yr/main.go

8 lines
85 B
Go
Raw Normal View History

package main
import "git.sr.ht/~timharek/yr-go/cmd"
func main() {
cmd.Execute()
}