/* file: examples/godogs/godog.go */ package main // Godogs to eat var Godogs int func main() { /* usual main func */ }