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

	s.Tenet = t
}
예제 #2
0
파일: main.go 프로젝트: guycook/tenets
func main() {

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