aboutsummaryrefslogtreecommitdiff
path: root/go/filer/filer.go
diff options
context:
space:
mode:
authorStuart P. Bentley <stuart@testtrack4.com>2015-04-16 21:11:25 +0000
committerStuart P. Bentley <stuart@testtrack4.com>2015-04-16 21:11:25 +0000
commit1a194a578c822ab3adc509006de58060cde7920e (patch)
tree4ae044a09ef2418f29463de70fe624f38c342da2 /go/filer/filer.go
parente736963f3c91972e05a9944d08ebc00096211c24 (diff)
downloadseaweedfs-1a194a578c822ab3adc509006de58060cde7920e.tar.xz
seaweedfs-1a194a578c822ab3adc509006de58060cde7920e.zip
More consistency with SeaweedFS name
Among the changes, this replaces a couple instances of "Seaweed File System" with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
Diffstat (limited to 'go/filer/filer.go')
-rw-r--r--go/filer/filer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/filer/filer.go b/go/filer/filer.go
index 5a2584c4a..fd23e119c 100644
--- a/go/filer/filer.go
+++ b/go/filer/filer.go
@@ -1,6 +1,6 @@
package filer
-type FileId string //file id on weedfs
+type FileId string //file id in SeaweedFS
type FileEntry struct {
Name string `json:"name,omitempty"` //file name without path