Closed erikdubbelboer closed 5 years ago
Because I run dep init
and it just works.
I know go.mod
is the new defacto I just haven't ever worked on a repository that uses it.
v1.0.0 tagged. https://github.com/kevburnsjr/microcache/releases/tag/v1.0.0
Thanks 👍
Why not use the standard
go.mod
andgo.sum
that everyone is using these days?dep
is old and deprecated.You should probably also tag a proper semver version such as
v1.0.0
.