From 9aa7c393d445ea73798a4a67a18c784c19307210 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 16 Jun 2015 20:11:54 -0400 Subject: [PATCH] fix imports --- config/integer.go | 2 +- config/null.go | 2 +- config/string.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/integer.go b/config/integer.go index f39f8ee..1ea1eec 100644 --- a/config/integer.go +++ b/config/integer.go @@ -1,4 +1,4 @@ -package configTypes +package config type IntegerValue struct { Name string diff --git a/config/null.go b/config/null.go index 72dc7dc..fa665c1 100644 --- a/config/null.go +++ b/config/null.go @@ -1,4 +1,4 @@ -package configTypes +package config type NullValue struct { Name string diff --git a/config/string.go b/config/string.go index db0bcaa..1fe8c5d 100644 --- a/config/string.go +++ b/config/string.go @@ -1,4 +1,4 @@ -package configTypes +package config type StringValue struct { Name string