添加海拔因素

This commit is contained in:
2022-01-04 14:24:44 +08:00
parent a225f49209
commit b4b2cea738
11 changed files with 162 additions and 43 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ import (
)
func Test_Rise(t *testing.T) {
fmt.Println(RiseTime(time.Now(), 115, 32, true))
fmt.Println(RiseTime(time.Now(), 120, 40, 10, true))
}