1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-02 09:31:38 +02:00
seaweedfs/weed/command/volume_test.go
Chris Lu 6c9156b25f switch to logrus
losing filename and line number. Critical for debugging.
2020-11-16 22:26:58 -08:00

14 lines
232 B
Go

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