An open API service indexing awesome lists of open source software.

https://github.com/tianhanfangyan/go-env-install

Easy to install go environment.
https://github.com/tianhanfangyan/go-env-install

goenv shell

Last synced: about 1 year ago
JSON representation

Easy to install go environment.

Awesome Lists containing this project

README

          

# go-env-install

## Getting Started

### Prerequisites
* Unix-like operating system (macOS or Linux)
* git should be installed, and you should set the git config
```shell
git config --global http.postBuffer 524288000
```

### Basic Installation

#### via bash
```shell
bash go_install.sh

examples:
bash go_install.sh go1.12.4
```

#### via other
```shell
./go_install
```