airbnb / gosal

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

scaffold cross platform reports builder #27

Closed groob closed 6 years ago

groob commented 6 years ago

This package demonstrates the use of Go build tags to create a report builder which compiles with a specific implementation for each OS. More on build tags here https://dave.cheney.net/2013/10/12/how-to-use-conditional-compilation-with-the-go-build-tool

This PR is not intended to be merged, it's a proof of concept for the https://github.com/airbnb/gosal/issues/23

groob commented 6 years ago

closing in favor of #37!