I pulled the library like this go get -u github.com/jonbodner/proteus and I get version v0.14.0.
The contents of the file in the version that I have are different from what is on github.
|
func (pm propFileMapper) Map(name string) string { |
|
val, _ := pm.properties.Get(name) |
|
return val |
|
} |
My version (v0.14.0)

What is the current up to date version?