dnscrypt-proxy/vendor/github.com/matoous/godox
Frank Denis 8e913d8bf9 Udate deps 2021-09-24 09:30:49 +02:00
..
.gitignore Update deps 2021-07-03 10:56:53 +02:00
.golangci.yml Update deps 2021-07-03 10:56:53 +02:00
.revive.toml Update deps 2021-07-03 10:56:53 +02:00
LICENSE Update deps 2021-07-03 10:56:53 +02:00
README.md Update deps 2021-07-03 10:56:53 +02:00
godox.go Update deps 2021-07-03 10:56:53 +02:00

README.md

GoDoX

Tests Lint GoDoc Go Report Card GitHub issues License

GoDoX extracts comments from Go code based on keywords. This repository is fork of https://github.com/766b/godox but a lot of code has changed, this repository is updated and the code was adjusted for better integration with https://github.com/golangci/golangci-lint.

Installation

go get github.com/matoous/godox

The main idea

The main idea of godox is the keywords like TODO, FIX, OPTIMIZE is temporary and for development purpose only. You should create tasks if some TODOs cannot be fixed in the current merge request.