mirror of
https://github.com/Luzifer/worktime.git
synced 2024-12-23 06:21:16 +00:00
10 lines
153 B
Go
10 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()
|
||
|
}
|