Skip to content

Commit

Permalink
tools.go: add a note about "dependency tracking" (go-critic#816)
Browse files Browse the repository at this point in the history
This will help us to remember why this file is there
and how this pattern is called.

Signed-off-by: Iskander Sharipov <[email protected]>
  • Loading branch information
quasilyte authored Feb 28, 2019
1 parent 4023705 commit 94a6b5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

package critic

// See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module.

import (
// Used for CI linting.
_ "github.com/Quasilyte/go-consistent"
Expand Down

0 comments on commit 94a6b5c

Please sign in to comment.