Skip to content

Commit

Permalink
chore: attemp to fix #1700 (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou authored and appleboy committed Dec 25, 2018
1 parent 2d33c82 commit 1b34e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools.go → tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

// +build tools

// This file exists to cause `go mod` and `go get` to believe these tools
// This package exists to cause `go mod` and `go get` to believe these tools
// are dependencies, even though they are not runtime dependencies of any
// gin package. This means they will appear in `go.mod` file, but will not
// be a part of the build.

package gin
package tools

import (
_ "github.com/campoy/embedmd"
Expand Down

0 comments on commit 1b34e8e

Please sign in to comment.