pires / go-proxyproto

A Go library implementation of the PROXY protocol, versions 1 and 2.
Apache License 2.0
479 stars 107 forks source link

Added example for Client to readme, fixes #3 #37

Closed mschneider82 closed 3 years ago

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 91.892% when pulling 46087b6b80436a7855829017a17d73faa1c3a737 on mschneider82:master into ed8215b939194b1a402e961523715e86e4959250 on pires:master.

mschneider82 commented 3 years ago

@pires you have to bump a new version tag, otherwise the example will not work (only on master), since the WriteTo function is new

pires commented 3 years ago

It's fine, I think. Anyways, I'm expecting to tag 0.2.0 as soon as #36 lands ;)

pires commented 3 years ago

0.2.0 is tagged

mschneider82 commented 3 years ago

@pires go get still downloads v0.1.3, you missed the v in the version please tag it as v0.2.0 instead of 0.2.0

pires commented 3 years ago

Damn!

pires commented 3 years ago

Fixed!