Compare commits

...

2 Commits

Author SHA1 Message Date
Sasha Koshka 4cd4374e38 AHH 2023-03-08 20:18:13 -05:00
Sasha Koshka 685dc3ec6c Initial commit *2 2023-03-08 20:17:47 -05:00
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# ezprof
Host pprof at localhost:8888 in one line. In any Go file, put:
```go
import _ "git.tebibyte.media/sashakoshka/ezprof/hook"
```
And you will be able to connect to your program with the pprof tool.