Awesome
wspacego
whitespace language interpreter
Project Setup
How do I, as a developer, start working on the project?
- go get github.com/r7kamura/gospel
- go get github.com/135yshr/wspacego
Testing
Using the gospel to the test framework.
Unit Tests
go test
orgo test ./...
Integration Tests
- commit to the repository
- Travis ci takes care of running the test automatically after a while.
Deploying
How to setup the deployment environment
- Please install the execution environment of the golang.
- Use the command go get, please get the gospel from github.
How to deploy
go install
Troubleshooting & Useful Tools
error git push
remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/135yshr/wspacego/'
- change push repository
git remote set-url origin git@github.com:135yshr/wspacego.git
Change history
- relese version 1.0
- I have moved to github from gist
- I've split the file for each function
License
Copyright © 2014 135yshr Licensed under the Apache License, Version 2.0