Go Offline Development Environment
|
|
2 years ago | |
|---|---|---|
| bin | 2 years ago | |
| setup | 2 years ago | |
| .gitignore | 2 years ago | |
| README.md | 2 years ago |
This repository contains a Go development environment for offline installation.
Go Version: 1.20.3
Git clone into a directory:
~/ > git clone https://devt.de/krotik/env-go.git
Add bin directory to the PATH variable:
PATH=$PATH:~/env-go/bin
This is usually an entry in ~/.bashrc. This will enable support scripts like cover-go (output the total test coverage of a project).
Run setup.sh:
~/env-go/setup/ > setup.sh
Run in a Go repository env-go.