Files
avo/tests/fixedbugs/issue62/asm.go
Michael McLoughlin 9c70781236 all: go 1.17 (#197)
Bump CI Go versions to 1.16 and 1.17.
Update build tags with `go:build` equivalents.
Upgrade asmfmt tool for new `go:build` support.

Updates #183
2021-10-29 01:18:34 -07:00

14 lines
215 B
Go

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