/testbuilds

Proof of concept for conditional builds in Go

Primary LanguageGo

testbuilds

Nothing fancy, just a proof of concept of conditional features using conditional builds in Go.

$ make
...
$ listplugins/listplugins
Plugins: 0

$ make TAGS='memory'
...
$ listplugins/listplugins
Plugins: 1
memory
 - example: foo