AB
func Index(ctx *fasthttp.RequestCtx) {
fmt.Fprint(ctx, "Fuck off!")
}
func main() {
router := fasthttprouter.New()
router.GET("/", Index)
router.GET("/:name", Hello)
log.Fatal(fasthttp.ListenAndServe(":4000", router.Handler))
}
Size: a a a
AB
func Index(ctx *fasthttp.RequestCtx) {
fmt.Fprint(ctx, "Fuck off!")
}
func main() {
router := fasthttprouter.New()
router.GET("/", Index)
router.GET("/:name", Hello)
log.Fatal(fasthttp.ListenAndServe(":4000", router.Handler))
}
SS
AB
SS
SS
AB
SS
SS
SS
AB
SS
SS
SS
SS
AB
SS
SS
SS
SS
AB