File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 44 lint :
55 strategy :
66 matrix :
7- go-version : [1.15.x ]
7+ go-version : [1.15.6 ]
88 platform : [ubuntu-latest]
99 runs-on : ${{ matrix.platform }}
1010 steps :
Original file line number Diff line number Diff line change 44 test :
55 strategy :
66 matrix :
7- go-version : [1.15.x ]
7+ go-version : [1.15.6 ]
88 platform : [ubuntu-latest]
99 runs-on : ${{ matrix.platform }}
1010 steps :
Original file line number Diff line number Diff line change 99
1010` go get -u github.com/1pkg/gotcha `
1111
12- [ original blog post article] ( https://1pkg.github.io/posts/lets_trace_goroutine_allocated_memory/ )
13- [ medium mirror article] ( https://1pkg.medium.com/lets-trace-goroutine-allocated-memory-hacking-go-runtime-910bf4b04ca0 )
12+ [ blog post article] ( https://1pkg.github.io/posts/lets_trace_goroutine_allocated_memory/ )
1413
1514## Introduction
1615
Original file line number Diff line number Diff line change 1- github.com/1pkg/golocal v0.7.0 h1:wHjXW0Cmja4CuTnl4spIv4MrKB3CaBjPdldAlHZJHjI =
2- github.com/1pkg/golocal v0.7.0 /go.mod h1:darSWWpnYPb3rdz5WsiCA1ucgFzVuTlVG6sLKlrWokg =
31github.com/1pkg/golocal v0.8.0 h1:4sIPTYrYYBpWE697oF2ZMT1lhZ4+zloTaKbE9lDMbxk =
42github.com/1pkg/golocal v0.8.0 /go.mod h1:darSWWpnYPb3rdz5WsiCA1ucgFzVuTlVG6sLKlrWokg =
53github.com/1pkg/gomonkey v1.0.5 h1:vtzc5Vx699CZYjAk83Ac7NRJ+gH0xiLEYXJ/Vp+CqjY =
@@ -14,7 +12,6 @@ github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9
1412github.com/modern-go/reflect2 v1.0.1 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
1513github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1614github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
17- github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4 =
1815github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
1916github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0 =
2017github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
You can’t perform that action at this time.
0 commit comments