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

Latest commit

 

History

History
35 lines (24 loc) · 797 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 797 Bytes

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