You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support conditional compilation,
this CR adds support for an "experimental"
tag in the build system. The default is
to build with experimental features.
In order to use this, one simply adds
"// +build experimental" plus a blank line
at the top of Go source files. This files
will only be compiled if the experimental tag
is set.
Added examples/experimental to demonstrate the
use of Go build tags
Change-Id: If9bbfc718ee1e470433c42f0447e5adb6d1c59b3
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
0 commit comments