Skip to content

ldcMasa/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

About

An EMF Ecore library for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%