https://github.com/masagroup/soft.go
An EMF Ecore library for Golang
https://github.com/masagroup/soft.go
ecore emf golang
Last synced: 5 months ago
JSON representation
An EMF Ecore library for Golang
- Host: GitHub
- URL: https://github.com/masagroup/soft.go
- Owner: masagroup
- License: mpl-2.0
- Created: 2020-03-27T13:31:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T09:27:29.000Z (about 1 year ago)
- Last Synced: 2025-06-02T20:21:47.922Z (about 1 year ago)
- Topics: ecore, emf, golang
- Language: Go
- Homepage:
- Size: 2.85 MB
- Stars: 6
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/masagroup/soft.go/blob/master/LICENSE)

[](https://github.com/masagroup/soft.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](https://github.com/masagroup/soft.gen)
Soft Go is part of [Soft](https://github.com/masagroup/soft) project
# Installation #
To install Ecore, use go get:
```shell
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:
```Golang
package yours
import (
"github.com/masagroup/soft.go/ecore"
)
```
# Supported go versions #
We support Go v1.12