github.com/agilebits/godog@v0.7.9/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 */ }