Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```