File: main.go

package info (click to toggle)
golang-github-ivanpirog-coloredcobra 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 108 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
6
7
package main

import "github.com/ivanpirog/coloredcobra/example/cmd"

func main() {
	cmd.Execute()
}