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
14 lines
215 B
Go
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()
|
|
}
|