The package tribool implements a ternary (three-valued) logic and a corresponding type 'Tribool' for the Go programming language.
To build the package:
go build
To test:
go test -v
Copyright (c) 2011 Sascha Peilicke. All rights reserved.
MIT, see [LICENSE](LICENSE).