-
- Downloads
Implement caching
cache.go
0 → 100644
cache_memory.go
0 → 100644
... | @@ -4,5 +4,6 @@ go 1.12 | ... | @@ -4,5 +4,6 @@ go 1.12 |
require ( | require ( | ||
git.kuschku.de/justjanne/bahn-api v0.0.0-20190503215445-3da40decb307 | git.kuschku.de/justjanne/bahn-api v0.0.0-20190503215445-3da40decb307 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | |||
golang.org/x/text v0.3.2 // indirect | golang.org/x/text v0.3.2 // indirect | ||
) | ) |
Please register or sign in to comment