// TODO implement cli argv defs package main import ( "buggo" "fmt" ) func main() { fmt.Printf("%v", buggo.Bug{}.View()) }