jsoriano / testbuilds

Proof of concept for conditional builds in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Proof of concept for conditional builds in Go


Languages

Language:Go 94.4%Language:Makefile 5.6%