zeit/zeit.go

10 lines
83 B
Go
Raw Permalink Normal View History

2020-10-10 18:37:37 +00:00
package main
import (
2020-10-11 00:58:14 +00:00
"github.com/mrusme/zeit/z"
2020-10-10 18:37:37 +00:00
)
func main() {
2020-10-11 00:58:14 +00:00
z.Execute()
2020-10-10 18:37:37 +00:00
}