github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/_examples/godogs/godogs.go (about) 1 /* file: $GOPATH/src/godogs/godogs.go */ 2 package main 3 4 // Godogs available to eat 5 var Godogs int 6 7 func main() { /* usual main func */ }