mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-14 19:36:17 +08:00
switching to temporarily use glog library
This commit is contained in:
@@ -7,5 +7,5 @@ import (
|
||||
)
|
||||
|
||||
func TestXYZ(t *testing.T) {
|
||||
println("Last-Modified", time.Unix(int64(1373273596), 0).UTC().Format(http.TimeFormat))
|
||||
glog.V(4).Infoln("Last-Modified", time.Unix(int64(1373273596), 0).UTC().Format(http.TimeFormat))
|
||||
}
|
||||
|
Reference in New Issue
Block a user