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

https://github.com/apple/pkl-go

Pkl bindings for the Go programming language
https://github.com/apple/pkl-go

Last synced: 7 months ago
JSON representation

Pkl bindings for the Go programming language

Awesome Lists containing this project

README

          

= pkl-go

This library exposes Go bindings for the Pkl configuration language.

It allows you to embed Pkl into your Go application, complete with code generation for full type safety and ease of use.

The full documentation for this library can be found on our https://pkl-lang.org/go/current/index.html[documentation site].

To get up and going, reference the https://pkl-lang.org/go/current/quickstart.html[quick start guide].

When upgrading pkl-go, reference the https://pkl-lang.org/go/current/CHANGELOG.html[changelog] for details.