diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-09-01 23:58:21 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-09-01 23:58:21 -0700 |
| commit | 82b74c7940d958c4244cbc67d495b8156a17d2b3 (patch) | |
| tree | 69c0fcee0f49e027a1f2bc0c9d012b2e4328475a /go/glog | |
| parent | 2e70cc8be77d0047139ea56864df74477387f2f3 (diff) | |
| download | seaweedfs-82b74c7940d958c4244cbc67d495b8156a17d2b3.tar.xz seaweedfs-82b74c7940d958c4244cbc67d495b8156a17d2b3.zip | |
issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>
some basic changes to parse upload url
Diffstat (limited to 'go/glog')
| -rw-r--r-- | go/glog/convenient_api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/glog/convenient_api.go b/go/glog/convenient_api.go index ac2c2e7f8..db7ad7963 100644 --- a/go/glog/convenient_api.go +++ b/go/glog/convenient_api.go @@ -12,5 +12,5 @@ func ToStderr() { logging.toStderr = true } func ToStderrAndLog() { - logging.alsoToStderr = true + logging.alsoToStderr = true } |
