
gox
List of commands for gox:
-
gox:tldr:53857 gox: Compile current directory for a particular operating system.$ gox -os="${os}"try on your machineexplain this command
-
gox:tldr:5c06e gox: Download and compile a Go program from a remote URL.$ gox ${url_1} ${url_2}try on your machineexplain this command
-
gox:tldr:a81f9 gox: Compile Go program in the current directory for all operating systems and architecture combinations.$ goxtry on your machineexplain this command
-
gox:tldr:d5131 gox: Compile current directory for a single operating system and architecture combination.$ gox -osarch="${os}/${arch}"try on your machineexplain this command