nytimes / gziphandler

Go middleware to gzip HTTP responses
https://godoc.org/github.com/NYTimes/gziphandler
Apache License 2.0
868 stars 129 forks source link

Case sensitive package name in example #7

Closed TheHippo closed 8 years ago

TheHippo commented 9 years ago

Although it does not matter for go if you do go get github.com/NYTimes/gziphandler or go get github.com/nytimesimes/gziphandler you might end up with two copies of your library in your $GOPATH depending where you copy the package path from. (example from README or browser url)

adammck commented 8 years ago

Oops! Thanks for the fix.