go2hx

manual

github

Get started

Installation

haxelib git go2hx https://github.com/go2hx/go2hx

Create a main.go to find good small test programs look at gobyexample:

package main
func main() {
    println("hello world")
}

Run compiler:

haxelib run go2hx ./main.go