gtdo icon indicating copy to clipboard operation
gtdo copied to clipboard

The source for gotools.org.

gtdo

Go Reference

gtdo is the source for gotools.org.

Screenshot

Installation

go install github.com/shurcooL/gtdo@latest

Development

This package relies on go generate directives to process and statically embed assets. For development only, you may need extra dependencies. You can build and run the package in development mode, where all assets are always read and processed from disk:

go build -tags=dev github.com/shurcooL/gtdo

When you're done with development, you should run go generate before committing:

go generate github.com/shurcooL/gtdo/...

License

  • MIT License