romana / core

Romana core components - Micro services written in Go.
Apache License 2.0
47 stars 11 forks source link

Detected by vet, this error message used the incorrect variable #51

Closed cgilmour closed 8 years ago

cgilmour commented 8 years ago

$WORKSPACE/src/github.com/romana/core/agent/agent.go:169: arg namespaceIsolation for printf verb %s of wrong type: bool

It meant to use the namespaceIsolationOption constant.