Skip to content

Instantly share code, notes, and snippets.

@crosbymichael
Created November 9, 2017 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crosbymichael/8df2e8402a6f0b2a7379a05a2681edde to your computer and use it in GitHub Desktop.
Save crosbymichael/8df2e8402a6f0b2a7379a05a2681edde to your computer and use it in GitHub Desktop.
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