mailgun / godebug

DEPRECATED! https://github.com/derekparker/delve
Apache License 2.0
2.5k stars 107 forks source link

godebug not found #77

Closed neelmitra closed 8 years ago

neelmitra commented 8 years ago

Hi , i installed as per the instructions but it doesn't find the godebug utility on the path. I see there is no godebug .go or exe file on the installed directory too. Am i doing something stupid?

I am on windows 7 , running from github shell as below.

$ go get github.com/mailgun/godebug $ godebug bash: godebug: command not found

~/goworkspace/src/github.com/mailgun/godebug (master) $ ls -t z_test.go testdata/ misc_test.go lib/ go_15.go go_14.go gen/ example/ endtoend_test.go doc.go endtoend_cli_test.go cmd.go README.md LICENSE Godeps/

glycerine commented 8 years ago

go get will put the binary in $GOPATH/bin

neelmitra commented 8 years ago

ok got it. Thank you.