Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • b4cbd915b5eff5981dd22f2265bea172f17126b3
  • main default protected
2 results

main.go

Blame
  • user avatar
    Kevin Lyda authored
    b4cbd915
    History
    main.go 189 B
    // Copyright © 2022 Kevin Lyda <kevin@lyda.ie>
    package main
    
    import "gitlab.ie.suberic.net/kevin/i3going-on/cmd"
    
    func main() {
    	// See bar.Run for the real main program.
    	cmd.Execute()
    }