github.com/Secbyte/godog@v0.7.14-0.20200116175429-d8f0aeeb70cf/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 */ }