go-generate-example/g.go
Vincent Batts 8402d724a9
basic generation
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-06-27 11:39:46 -04:00

5 lines
137 B
Go

//go:generate go run gen.go -o farts.go
package main
// this file is _just_ here to snag the `go generate` command. Logic is in gen.go