gononstd

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2021 License: MIT Imports: 1 Imported by: 0

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

func Register

func Register(g *emd.Generator) error

Register go non-standard helpers to the generator.

Types

This section is empty.

Jump to

Keyboard shortcuts

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