@@ -0,0 +1,10 @@
+package main
+
+import (
+ "buggo"
+ "fmt"
+)
+func main() {
+ fmt.Printf("%v", buggo.Bug{}.View())
+}