Documentation
¶
Overview ¶
Package gononstd contains go non-standard helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InstructionGlideInstall = `{{define "glide/install" -}}
` + "```sh" + `
mkdir -p $GOPATH/src/{{.URL}}
cd $GOPATH/src/{{.URL}}
git clone https://{{.URL}}.git .
glide install
go install
` + "```" + `
{{- end}}`
InstructionGlideInstall is a template to show instructions to install the package with glide.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.