Skip to content

nicanordlc/another-go-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

another-go-installer

Script to install Golang and create a basic workspace. By default the script takes the latest version in the download page.

Features

✔ Detects automatically the Operative System (mac, linux)

✔ Detects automatically the architecture of your OS (64, 32 bits / arm)

❌ Prompts for a github user (to create projects directory inside the workspace)

✔ Installs a specific version

✔ checksum of the downloaded file

Usage

another-go-installer [OPTION]

Options

-i [VERSION]    Installs latest version of GoLang (Or you can pass a version)
-r              Removes ALL things GoLang related (Not the workspace)
-h              Shows the help
-q              Does not add the environment variables to your *rc file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages