# p4go A go wrapper around the Perforce C++ API. ## Building You need 1. node, you should probably install via nvm 2. grunt, once, node's installed, you call `npm install -g grunt-cli` * Edit Makefile to point to the right p4api library * Edit build flags in p4go.go to point to your library install ## To Do * The testing system is lacking, we probably want to run a p4 instance * Create a script to locate paths to p4api and configure the code * Perhaps make it easy to download or execute using a shell script