コード例 #1
0
ファイル: main.go プロジェクト: gowroc/meetups
func handleError(ctx *iris.Context, message string, err error) {
	fmt.Printf("%v", err)
	ctx.Error(message, 503)
}