Files
avo/tests/fixedbugs/issue62/asm.go
Michael McLoughlin 1735441939 all: apply gofumpt (#79)
Apply @mvdan's opinionated gofumpt formatter across the codebase.
2019-04-13 22:53:13 -05:00

13 lines
197 B
Go

// +build ignore
package main
import . "github.com/mmcloughlin/avo/build"
func main() {
Package("github.com/mmcloughlin/avo/tests/fixedbugs/issue62")
Implement("private")
RET()
Generate()
}