community/lxd: simplify build commands
- build all executables with just
go build
- remove redundant
export GO111MODULE=on
- install everything in
package()
and use amove later
Edited by Patrycja Rosa
go build
export GO111MODULE=on
package()
and use amove later