github.com/QuangTung97/bigcache@v0.1.0/tools.go (about) 1 // +build tools 2 3 package tools 4 5 import ( 6 _ "github.com/mgechev/revive" 7 )