diff options
| author | chrislusf <chris.lu@gmail.com> | 2015-04-16 13:21:55 -0700 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2015-04-16 13:21:55 -0700 |
| commit | 4d1ccf3e1053ea0067d46fc83d379b13e0ebb8b4 (patch) | |
| tree | 3bff62cabe6fedda2819838b9c9f2e8440c782f0 /go/util/config.go | |
| parent | 41f29e9d8c8a910d3a3061dd167b7f448e243d0c (diff) | |
| parent | f0c2a2dcb314ffb9c2f33eb159edc81ab3903a6c (diff) | |
| download | seaweedfs-4d1ccf3e1053ea0067d46fc83d379b13e0ebb8b4.tar.xz seaweedfs-4d1ccf3e1053ea0067d46fc83d379b13e0ebb8b4.zip | |
Merge pull request #118 from stuartpb/seaweedfs-rename
Change all chrislusf/weed-fs links to point to chrislu/seaweedfs
Diffstat (limited to 'go/util/config.go')
| -rw-r--r-- | go/util/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/util/config.go b/go/util/config.go index dc8bac46f..7e9471b8a 100644 --- a/go/util/config.go +++ b/go/util/config.go @@ -14,7 +14,7 @@ import ( "encoding/json" "os" - "github.com/chrislusf/weed-fs/go/glog" + "github.com/chrislusf/seaweedfs/go/glog" ) type Config struct { |
