Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 260 Bytes

golinux

Specially in Windows 10 it is not so simple to set the env variables for a cross compilation.

golinux wraps go build and calls it with GOOS=linux and GOARCH=amd64.

Installation

Just use go get

go get github.com/as27/golinux