rds_test.go 130 B

123456789101112
  1. package wel
  2. import (
  3. "fmt"
  4. "testing"
  5. "time"
  6. )
  7. func Test333(t *testing.T) {
  8. tm := time.Now()
  9. fmt.Println(GetNextTime(tm))
  10. }