1packages: 2 - name: lib 3 type: go 4 srcs: 5 - "**/*.go" 6 - "go.mod" 7 - "go.sum" 8 config: 9 packaging: library 10 dontTest: false 11 12