govm

command module
v1.0.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2020 License: MIT Imports: 1 Imported by: 0

README

GOVM

GitHub release MIT License Go Report Card GolangCI

Download, configure and start using go never was so easy and faster.

Note: By now, govm is tested on linux.



Installation

You can install pre-compiled binaries or compile from source.

Pre-compiled binaries

Download the latest released version from releases page and copy to the desired location.

Source

Follow the steps:

$ # Clone the repository outside the GOPATH
$ git clone https://github.com/ljesparis/govm.git
$ cd govm
$
$ # Build the source
$ make
$
$ # Install source whatever you want, by default will be installed at /usr/local/bin
$ make install 
Post-installation

By now govm does install go binaries at /usr/local/bin (this will change in the future). So if you want to install any source you want without any problem, follow the steps:

 $ # Lets change folder ownership
 $ sudo chown leonardoem:leonardoem /usr/local/bin

Usage

govm is a go version manager

Usage:
  govm [flags] [command]
  govm [command]

Available Commands:
  help        Help about any command
  list        List golang sources
  select      Select golang source

Flags:
  -h, --help      help for govm
      --version   version for govm

Use "govm [command] --help" for more information about a command.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cmd

Jump to

Keyboard shortcuts

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