1
0
Fork 0
mirror of https://github.com/Luzifer/worktime.git synced 2024-10-18 08:04:22 +00:00
worktime/main.go
2016-09-24 14:59:16 +02:00

9 lines
153 B
Go

package main
//go:generate go-bindata -pkg cmd -o cmd/templates.go templates/
import "github.com/Luzifer/worktime/cmd"
func main() {
cmd.Execute()
}