This makes sure dlv is used for amd64 architecture. The current release has a few problems with darwin architecture hence the conditional build tag.
This adds support for debugging tool Delve. The command dlv starts a debugging REPL that allows the user to debug his application using Delve tool. Resolves #365.