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