Go Offline Development Environment

Matthias Ladkau d64026c037 Adding main scripts, readme and Go 1.20.3 1 year ago
bin d64026c037 Adding main scripts, readme and Go 1.20.3 1 year ago
setup d64026c037 Adding main scripts, readme and Go 1.20.3 1 year ago
.gitignore d64026c037 Adding main scripts, readme and Go 1.20.3 1 year ago
README.md d64026c037 Adding main scripts, readme and Go 1.20.3 1 year ago

README.md

Go Development Environment

This repository contains a Go development environment for offline installation.

Go Version: 1.20.3

Installation:

  1. Git clone into a directory:

    ~/ > git clone https://devt.de/krotik/env-go.git
    
  2. 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).

  3. Run setup.sh:

    ~/env-go/setup/ > setup.sh
    

Usage:

Run in a Go repository env-go.