예제 #1
0
파일: main.go 프로젝트: gowroc/meetups
func handleError(ctx *iris.Context, message string, err error) {
	fmt.Printf("%v", err)
	ctx.Error(message, 503)
}