This website works better with JavaScript.
Explore
Help
Sign In
caj
/
go-cache
Watch
1
Star
0
Fork
You've already forked go-cache
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f3743f7189
master
v1.0.0
v1.0.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f3743f7189'
${ noResults }
go-cache
/
tools.go
9 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
Make Cache a generic
3 years ago
//go:build tools
// +build tools
package
tools
import
(
Use staticcheck for linting
3 years ago
_
"honnef.co/go/tools/cmd/staticcheck"
Make Cache a generic
3 years ago
)