Example #1
0
func (s *exhaustiveSwitchSuite) SetUpSuite(c *gc.C) {
	l := exhaustiveSwitch.New()
	s.Tenet = l
}
Example #2
0
func main() {
	server.Serve(tenet.New())
}