airbnb / gosal

A Sal client written in Go
Apache License 2.0
35 stars 21 forks source link

Add actual version string to report #40

Closed 1dustindavis closed 5 years ago

1dustindavis commented 6 years ago

This adds the real version string to the report that is sent to Sal. Currently, the makefile sets this version number to the commit, but will use a tag if/when there are actual gosal releases.

1dustindavis commented 5 years ago

I think goimports was a little over zealous.

1dustindavis commented 5 years ago

@bdemetris fixed, thanks!