goburrow / cache

Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).
BSD 3-Clause "New" or "Revised" License
574 stars 48 forks source link

Cannot build v0.1.0 via go modules #18

Closed fraenky8 closed 4 years ago

fraenky8 commented 4 years ago

The tag v0.1.0 is outdated and does not contain the option cache.WithExpireAfterWrite. Trying to build results in:

go build main.go
# command-line-arguments
undefined: cache.WithExpireAfterWrite

After pointing to latest commit via following command, it build successful.

go get -v github.com/goburrow/cache@5a7015e20557856f6768f08f4cdfbd4d03c95600
go: github.com/goburrow/cache 5a7015e20557856f6768f08f4cdfbd4d03c95600 => v0.1.1-0.20200221222329-5a7015e20557
go: downloading github.com/goburrow/cache v0.1.1-0.20200221222329-5a7015e20557
github.com/goburrow/cache

Please tag latest commit, thanks! 👍

nqv commented 4 years ago

Thank you. I have tagged v0.1.1