breaktime/main.go

12 lines
165 B
Go
Raw Normal View History

2023-03-31 14:51:41 +00:00
/*
Copyright © 2023 Brian Buller <brian@bullercodeworks.com>
*/
package main
import "git.bullercodeworks.com/brian/breaktime/cmd"
func main() {
cmd.Execute()
}