ADD build information and version to podtracer
Add a make target containing:
- podtracer version
- go version
- build time UTC
- git user author
- git commit hash
Add version command to print the information liked at build time.
Removed the binary that was uploaded to build folder.
Build now dumps binary in build/bin/ and is gitignored.
closes #43