Closed jromero closed 10 years ago
Thanks for the updates! I had to remove the relative path import so that the code is still go gettable, from this post it seems like the recommended way to clone and keep working on a repo is to preserve the original path by doing a manual git pull inside the expected gopath\src\brandonagr\gocupi folder
Added pause on PenUp functionality: Self explanatory Made import of polargraph relative: So you can build off of the relative code instead of the
go get
code Added .gitignore for binary and eclipse project: To prevent other devs from pushing the built binary or eclipse project configuration Fix: Added new line to end of available commands: Self explanatory (help menu)