Skip to content

inkeliz/goall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GOALL

Simple program to compile your golang code to all known targets.

Install

go install github.com/inkeliz/goall

Usage

It's very simple to use, just use goall -name {{pattern}} {{go args}}:

goall -name "yourproject_{{OS}}_{{ARCH}}" build .

It will compile everything in to the current folder. You can pass any flag to golang compiler:

goall -name "yourproject_{{OS}}_{{ARCH}}" build -o "myfolder" .

Flags

  • -name: specify the name pattern ({{OS}} and {{ARCH}}) is replaced by each OS and ARCH).
  • -ignore-web: removes compilation for web (js)
  • -ignore-mobile: removes compilation for mobile devices (ios/android)

About

Compile go for all platforms

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages