1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2025-01-05 18:05:12 +08:00
seaweedfs/go/weed/volume_test.go

14 lines
229 B
Go
Raw Normal View History

package main
import (
"net/http"
"testing"
"time"
"github.com/chrislusf/seaweedfs/go/glog"
)
func TestXYZ(t *testing.T) {
glog.V(0).Infoln("Last-Modified", time.Unix(int64(1373273596), 0).UTC().Format(http.TimeFormat))
}