go-engine 0.1.5

The wrapper of the Goscript project.
Documentation
package main

//import "fmt2"


type Node struct{
    i int
    j string
}

func ttt() {


    var c [3]Node
    assert(c[2].i == 0)
    
}

func main() {
    //ttt()
    ttt()

    //testb()
}