diff options
| author | Stuart P. Bentley <stuart@testtrack4.com> | 2015-04-16 21:11:25 +0000 |
|---|---|---|
| committer | Stuart P. Bentley <stuart@testtrack4.com> | 2015-04-16 21:11:25 +0000 |
| commit | 1a194a578c822ab3adc509006de58060cde7920e (patch) | |
| tree | 4ae044a09ef2418f29463de70fe624f38c342da2 /go/images/preprocess.go | |
| parent | e736963f3c91972e05a9944d08ebc00096211c24 (diff) | |
| download | seaweedfs-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/images/preprocess.go')
| -rw-r--r-- | go/images/preprocess.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/images/preprocess.go b/go/images/preprocess.go index e5c6dee8c..0d6cb2d9e 100644 --- a/go/images/preprocess.go +++ b/go/images/preprocess.go @@ -10,7 +10,7 @@ import ( * 1. possibly adjust the orientation * 2. resize the image to a width or height limit * 3. remove the exif data -* Call this function on any file uploaded to weedfs +* Call this function on any file uploaded to SeaweedFS * */ func MaybePreprocessImage(filename string, data []byte, width, height int) (resized []byte, w int, h int) { |
