go2go officially released!
This project is fork of Go2 Contract Draft implementation written by Robert Griesemer.
Original code can be found here.
go get -u github.com/tdakkota/go2go/cmd/go2go
To generate Go1-compatible code run
go2go translate stack.go2
Usage:
Usage: go2go <command> [arguments]
The commands are:
build translate and build packages
run translate and run list of files
test translate and test packages
translate translate .go2 files into .go files