Soft Go is an implementation of the EMF Ecore library in Golang. This library is partially generated and referenced by the Soft Go Generator
Soft Go is part of Soft project
To install Ecore, use go get:
go get github.com/masagroup/soft.go
This will then make the following packages available to you:
github.com/masagroup/soft.go/ecore
Import the masagroup/soft.go/ecore package into your code using this template:
package yours
import (
"github.com/masagroup/soft.go/ecore"
)
We support Go v1.12