Skip to content

masagroup/soft.go

Repository files navigation

Go

Soft Go

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

Installation

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"
)

Supported go versions

We support Go v1.12