golang

29
Sep
How to profile a Go application with pprof

How to profile a Go application with pprof

Step 1 Install dependencies: apt-get install graphviz gv or brew install graphviz Step 2 Download pprof to your application go
1 min read
29
Sep
Golang Mockery - Mock Function with multiple return values

Golang Mockery - Mock Function with multiple return values

If you've ever written a test in golang, you may used the testify package. An immensely useful extension
1 min read