mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

Improve coverage for encoding pkg #280

Closed dhilipkumars closed 7 years ago

dhilipkumars commented 7 years ago

This improves the coverage

go test --cover ./lib/encoding/proto/...
ok      github.com/mesos/mesos-go/api/v1/lib/encoding/proto     0.002s  coverage: 100.0% of statements
jdef commented 7 years ago

Thanks for this. I was looking for something a little more concise/minimal.

see https://github.com/mesos/mesos-go/pull/279/commits/8ae33b28c729c9876adc5e99209c70f401dcc174

dhilipkumars commented 7 years ago

Oh! see, Ill remember it next time.