Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 680 Bytes

.godocdown.md

File metadata and controls

42 lines (27 loc) · 680 Bytes

{{ .Name }}

{{ if not .IsCommand }}

[GoDoc](https://godoc.org/github.com/gomjw/{{ .Name }})

{{ .EmitSynopsis }}

Install

go get -u github.com/gomjw/{{ .Name }}/...

Import

import "github.com/gomjw/{{ .Name }}"

{{ .EmitUsage }}

{{ else }}

Install

go get -u github.com/gomjw/{{ .Name }}

Usage

{{ .Name }} -help

{{ end }}


Made by the awesome contributors of @gomjw  ·  Maintainer @MarvinJWendt  ·  Readme template version: 1.1.0