Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

main.go

Blame
  • user avatar
    Kevin Lyda authored
    0638d107
    History
    main.go 120 B
    // Package main is the main program.
    package main
    
    import "git.lyda.ie/kevin/units/cmd"
    
    func main() {
    	cmd.Execute()
    }