diff options
| author | chrislusf <chris.lu@gmail.com> | 2015-03-10 00:20:31 -0700 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2015-03-10 00:20:34 -0700 |
| commit | b07d81fb088638909ace217f4f2eb7927f094682 (patch) | |
| tree | 3d01c017c05e82a78094fcbc5cf988a6cd6509d1 /go/util/config.go | |
| parent | b4cb8bfd27687cb1bb95f63bc953d02116d02016 (diff) | |
| download | seaweedfs-b07d81fb088638909ace217f4f2eb7927f094682.tar.xz seaweedfs-b07d81fb088638909ace217f4f2eb7927f094682.zip | |
follow golint suggestions
Diffstat (limited to 'go/util/config.go')
| -rw-r--r-- | go/util/config.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go/util/config.go b/go/util/config.go index 4cf1d7c64..dc8bac46f 100644 --- a/go/util/config.go +++ b/go/util/config.go @@ -1,3 +1,5 @@ +package util + // Copyright 2011 Numerotron Inc. // Use of this source code is governed by an MIT-style license // that can be found in the LICENSE file. @@ -6,7 +8,6 @@ // Contact us on twitter with any questions: twitter.com/stat_hat // The jconfig package provides a simple, basic configuration file parser using JSON. -package util import ( "bytes" |
