13 lines
206 B
Go
13 lines
206 B
Go
//go:build ignore
|
|
|
|
package main
|
|
|
|
import . "sources.truenas.cloud/code/avo/build"
|
|
|
|
func main() {
|
|
Package("sources.truenas.cloud/code/avo/tests/fixedbugs/issue62")
|
|
Implement("private")
|
|
RET()
|
|
Generate()
|
|
}
|