예제 #1
0
파일: cbtest.go 프로젝트: ernestoalejo/cb
func cbtest(c *config.Config, q *registry.Queue) error {
	fmt.Println("Hello World!")
	c.Render()
	return nil
}