godog/examples/godogs/godog.go

7 строки
122 Б
Go

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