https://github.com/shurcool/gtdo
The source for gotools.org.
https://github.com/shurcool/gtdo
go tools website
Last synced: about 1 year ago
JSON representation
The source for gotools.org.
- Host: GitHub
- URL: https://github.com/shurcool/gtdo
- Owner: shurcooL
- License: mit
- Created: 2014-11-04T03:24:24.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T04:55:38.000Z (over 2 years ago)
- Last Synced: 2025-04-26T02:23:42.077Z (about 1 year ago)
- Topics: go, tools, website
- Language: Go
- Homepage: https://gotools.org
- Size: 9.42 MB
- Stars: 36
- Watchers: 8
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
gtdo
====
[](https://pkg.go.dev/github.com/shurcooL/gtdo)
gtdo is the source for [gotools.org](https://gotools.org/).

Installation
------------
```sh
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:
```sh
go build -tags=dev github.com/shurcooL/gtdo
```
When you're done with development, you should run `go generate` before committing:
```sh
go generate github.com/shurcooL/gtdo/...
```
License
-------
- [MIT License](LICENSE)