Browse Source

fix imports

pull/16/head
Brett Langdon 11 years ago
parent
commit
9aa7c393d4
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      config/integer.go
  2. +1
    -1
      config/null.go
  3. +1
    -1
      config/string.go

+ 1
- 1
config/integer.go View File

@ -1,4 +1,4 @@
package configTypes
package config
type IntegerValue struct { type IntegerValue struct {
Name string Name string


+ 1
- 1
config/null.go View File

@ -1,4 +1,4 @@
package configTypes
package config
type NullValue struct { type NullValue struct {
Name string Name string


+ 1
- 1
config/string.go View File

@ -1,4 +1,4 @@
package configTypes
package config
type StringValue struct { type StringValue struct {
Name string Name string


Loading…
Cancel
Save