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 4
4
lint :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.15.x ]
7
+ go-version : [1.15.6 ]
8
8
platform : [ubuntu-latest]
9
9
runs-on : ${{ matrix.platform }}
10
10
steps :
Original file line number Diff line number Diff line change 4
4
test :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.15.x ]
7
+ go-version : [1.15.6 ]
8
8
platform : [ubuntu-latest]
9
9
runs-on : ${{ matrix.platform }}
10
10
steps :
Original file line number Diff line number Diff line change 9
9
10
10
` go get -u github.com/1pkg/gotcha `
11
11
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/ )
14
13
15
14
## Introduction
16
15
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 =
3
1
github.com/1pkg/golocal v0.8.0 h1:4sIPTYrYYBpWE697oF2ZMT1lhZ4+zloTaKbE9lDMbxk =
4
2
github.com/1pkg/golocal v0.8.0 /go.mod h1:darSWWpnYPb3rdz5WsiCA1ucgFzVuTlVG6sLKlrWokg =
5
3
github.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
14
12
github.com/modern-go/reflect2 v1.0.1 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
15
13
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
16
14
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
17
- github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4 =
18
15
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
19
16
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0 =
20
17
github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
You can’t perform that action at this time.
0 commit comments