julienschmidt / httprouter

A high performance HTTP request router that scales well

Home Page:https://pkg.go.dev/github.com/julienschmidt/httprouter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

panic: wildcard segment '*filepath' conflicts with existing children in path '/*filepath'

nektro opened this issue · comments

router.ServeFiles("/*filepath", http.Dir("www"))

duplicate of #283