package wel import ( "fmt" "testing" "time" ) func Test333(t *testing.T) { tm := time.Now() fmt.Println(GetNextTime(tm)) }