github.com/aswedchain/aswed@v1.0.1/deployment/cross/README.md (about) 1 # Build Cross Platform Binary 2 3 Since xgo is not compatible with go mod, so there is some workaround to fix this: 4 5 ### 1) install xgo2: 6 7 ``` 8 make devtools 9 ``` 10 11 ### 2) build linux binary 12 13 ``` 14 make 15 ``` 16