Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
5e7229d32d88eedcaea8ab4f5c6de80884f0c420
/
.
/
utils
/
experimental.go
blob: ceed0cb3ff2d9253f0328d8680021d638b44ae4f [
file
]
// +build experimental
package utils
// ExperimentalBuild is a stub which always returns true for
// builds that include the "experimental" build tag
func ExperimentalBuild() bool {
return true
}