manager

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CompileGoRelease

func CompileGoRelease(releaseName string) error

func CreateCompilationEnv

func CreateCompilationEnv(goVersion string) error

Create environment for compilation of go from source Unsets previously set env variable and set to new ones. Take a look at manager/new_installation.md to get an insight for the procedure

func CreateEnvironmentFile

func CreateEnvironmentFile(goVersion string) error

Create environment file for activating a go version in golang Each go version in associated with an environment shell script Which creates the required environment for that version of go version specifies the version of the golang we are creating the env for

func CreateGlobalPackageSets

func CreateGlobalPackageSets(goVersion string) error

Create global package directories for GVM It includes Creating the following directory structure for a given go version

[fristonio] $ /tmp/.gvm ❮❮ tree . ├── downloads ├── environments ├── gos

└── go1.9

└── pkgsets

└── go1.9
    └── global
        └── overlay
            ├── bin
            └── lib
                └── pkgconfig

10 directories, 0 files

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL