Geert-Johan Riemer

Results 151 comments of Geert-Johan Riemer

An underscore in a package name!? https://blog.golang.org/package-names

I took the texts from `go-docs/docs`. But I found there was a diff in the "v1 -> v1.0" explanation.. So there might be more diff's between the labix version and...

Ok! So lets merge this in then ? :D

Any update on this?

[GeertJohan/go.rice](https://github.com/GeertJohan/go.rice) :+1:

Any update on this?

Would still like to see this merged as well. > edit: whoops, closed by misclick..

Great idea indeed!

> Caching the highest version would complicate deployment (unless it's just in memory). Can be done in-memory with a simple `map[pkg]version` (both strings).. Update when 10s old, remove from cache...