mirror of
https://github.com/Luzifer/worktime.git
synced 2024-12-22 22:11:16 +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()
|
|
}
|