diff --git a/examples/fileserver/fileserver.go b/examples/fileserver/fileserver.go index 701667a..729c3a6 100644 --- a/examples/fileserver/fileserver.go +++ b/examples/fileserver/fileserver.go @@ -10,7 +10,7 @@ import ( "log" "github.com/valyala/fasthttp" - "github.com/valyala/fasthttp/fasthttputil/expvarhandler" + "github.com/valyala/fasthttp/expvarhandler" ) var ( diff --git a/fasthttputil/expvarhandler/expvar.go b/expvarhandler/expvar.go similarity index 100% rename from fasthttputil/expvarhandler/expvar.go rename to expvarhandler/expvar.go diff --git a/fasthttputil/expvarhandler/expvar_test.go b/expvarhandler/expvar_test.go similarity index 100% rename from fasthttputil/expvarhandler/expvar_test.go rename to expvarhandler/expvar_test.go