A ternary package for Go
Go is missing one crucial feature that C even has, ternary.
Go author have no intention to add this feature for the potential "abuse" they
said.
go get -u "github.com/qrhfz/tern"
import "github.com/qrhfz/tern"
PORT := tern.E(production, 80, 8000)