Created
November 9, 2017 20:55
-
-
Save crosbymichael/8df2e8402a6f0b2a7379a05a2681edde to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
_ "context" | |
_ "math" | |
_ "net/http" | |
_ "github.com/containerd/console" | |
"github.com/containerd/containerd/debug" | |
_ "github.com/gogo/protobuf/gogoproto" | |
_ "github.com/gogo/protobuf/types" | |
_ "github.com/golang/protobuf/ptypes/empty" | |
_ "github.com/pkg/errors" | |
_ "golang.org/x/net/context" | |
) | |
func main() { | |
debug.Rss("test", "/dev/stdout") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment