package moon import ( "fmt" "testing" "time" ) func Test_Rise(t *testing.T) { fmt.Println(RiseTime(time.Now(), 120, 40, 10, true)) }