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?
I pulled the library like this
go get -u github.com/jonbodner/proteusand I get version v0.14.0.The contents of the file in the version that I have are different from what is on github.
proteus/query_mappers.go
Lines 19 to 22 in a187783
My version (v0.14.0)
What is the current up to date version?