An experiment in creating an endpoint for the Virgo agent framework in Go
- Clone the
go-agent-endpiontrepo; You don't have to worry about init/update submodules since Makefile ensures it. make testdoes pretty much everything -- create VM, provision VM, update code, and run the test.- Alternatively, use
make sshto get into VM. make reloadormake cleancleans up everything in VM and reloads them
Just hack in go-agent-endpoint or virgo on your host machine. Since they are mounted through NFS into VM, changes are gonna reflect in VM.