Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

tdakkota-legacy/go2go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated!

go2go officially released!

go2go

This project is fork of Go2 Contract Draft implementation written by Robert Griesemer.

Original code can be found here.

Install

go get -u github.com/tdakkota/go2go/cmd/go2go

Usage

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