You've already forked go-profiler-notes
mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2025-07-12 23:50:13 +02:00
Move heap example
This commit is contained in:
5
examples/memory/go.mod
Normal file
5
examples/memory/go.mod
Normal file
@ -0,0 +1,5 @@
|
||||
module github.com/felixge/go-profiler-notes/examples/memory
|
||||
|
||||
go 1.15
|
||||
|
||||
require golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
2
examples/memory/go.sum
Normal file
2
examples/memory/go.sum
Normal file
@ -0,0 +1,2 @@
|
||||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a h1:DcqTD9SDLc+1P/r1EmRBwnVsrOwW+kk2vWf9n+1sGhs=
|
||||
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
@ -1,5 +1,3 @@
|
||||
// +build ignore
|
||||
|
||||
package main
|
||||
|
||||
import (
|
Reference in New Issue
Block a user