static-godoc

command module
v0.0.0-...-edb048a Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2019 License: MIT Imports: 14 Imported by: 0

README

static-godoc

static-godoc is a utility for generating static GoDoc pages, using and including only locally available files. The resulting pages can then be used to host limited documentation anywhere you choose, or it can be commited to the project repository for offline viewing.

Installation

go get gitlab.com/CRThaze/static-godoc

Usage

Running the following in the root of your Go project will generate static documentation pages under ./godocs/

static-godoc -v

To see full usage run:

static-godoc -h

Building

static-godoc can be build from under a standard $GOPATH as usual, with go build. Or if you prefer to build it outside of a $GOPATH you can do so as well using make.

Inside $GOPATH:

dep ensure
go build

Outside $GOPATH:

make vendor
make

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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