Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 323 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 323 Bytes

debugging-open-source

  • Install go
  • Install go present - go get golang.org/x/tools/cmd/present
  • Run present from the command line. This might not work if $GOPATH/bin is not in your PATH. In that case, you can run it with $GOPATH/bin/present on Linux (something similar for Windows)