initial commit
This commit is contained in:
14
cmd/tpstate/main.go
Normal file
14
cmd/tpstate/main.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
)
|
||||
|
||||
func main() {
|
||||
initialize()
|
||||
|
||||
_, _, err := nextSunriseSunsetTime(config.CalculateDate)
|
||||
if err != nil {
|
||||
log.Fatalf("[ERROR] Unable to calculate sunrise/sunset: %v\n", err)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user