Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyraproj/dgopcore
Bidirectional transformations between dgo.Value and px.Value
https://github.com/lyraproj/dgopcore
dgo golang golang-library golang-module golang-package puppet
Last synced: about 1 month ago
JSON representation
Bidirectional transformations between dgo.Value and px.Value
- Host: GitHub
- URL: https://github.com/lyraproj/dgopcore
- Owner: lyraproj
- License: apache-2.0
- Created: 2019-10-10T14:42:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T09:35:12.000Z (over 5 years ago)
- Last Synced: 2024-11-07T13:26:47.133Z (3 months ago)
- Topics: dgo, golang, golang-library, golang-module, golang-package, puppet
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dgopcore (Transform Dgo to Pcore and back)
[![](https://goreportcard.com/badge/github.com/lyraproj/dgopcore)](https://goreportcard.com/report/github.com/lyraproj/dgopcore)
[![](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/lyraproj/dgopcore)
[![](https://github.com/lyraproj/dgopcore/workflows/Dgopcore%20Build/badge.svg)](https://github.com/lyraproj/dgopcore/actions)This module provides conversion routines to convert [Dgo](https://github.com/lyraproj/dgo) values into
[Pcore](https://github.com/lyraproj/pcore) values and vice versa.### Using dgopcore as a library
To use dgo, first install the latest version of the library:
```sh
go get github.com/lyraproj/dgopcore
```