seaweedfs/weed/command/volume_test.go

14 lines
232 B
Go
Raw Normal View History

package command
import (
"net/http"
"testing"
"time"
2019-09-02 10:28:40 +00:00
"github.com/joeslay/seaweedfs/weed/glog"
)
func TestXYZ(t *testing.T) {
glog.V(0).Infoln("Last-Modified", time.Unix(int64(1373273596), 0).UTC().Format(http.TimeFormat))
}