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.
- Host: GitHub
- URL: https://github.com/tianhanfangyan/go-env-install
- Owner: tianhanfangyan
- License: apache-2.0
- Created: 2019-04-26T09:00:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T10:13:58.000Z (about 7 years ago)
- Last Synced: 2025-03-27T02:51:17.454Z (over 1 year ago)
- Topics: goenv, shell
- Language: Shell
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```