mirror of
https://github.com/Luzifer/worktime.git
synced 2025-01-07 05:26:08 +00:00
9 lines
153 B
Go
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()
|
|
}
|