diff --git a/main.go b/main.go index 8883d5b..9164e16 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "os/signal" "syscall" - "git.tuxpa.in/a/pprofweb/cli" + "tuxpa.in/a/pprofweb/cli" "github.com/alecthomas/kong" ) diff --git a/pprofweb/page.go b/pprofweb/page.go index 9090971..1dbecc9 100644 --- a/pprofweb/page.go +++ b/pprofweb/page.go @@ -47,12 +47,18 @@ works with whatever works in the command line (it just runs go tool pprof in the
-
u can also use curl! basically it checks if your Accept headers have "http", and if not, then it will not redirect, and will send the id instead
curl -F file=@
+i also made a simple cli +you can download it by doing +
++go install tuxpa.in/a/pprofweb +
+