Beispiel #1
0
func (s *noStateSuite) SetUpSuite(c *gc.C) {
	t := nostate.New()

	s.Tenet = t
}
Beispiel #2
0
func main() {

	// Serve up the tenet.
	server.Serve(tenet.New())
}