Categorygithub.com/c4milo/starlark-decoder
modulepackage
0.2.0
Repository: https://github.com/c4milo/starlark-decoder.git
Documentation: pkg.go.dev

# README

Starlark Value Decoder

GoDoc

Recursively decodes Starlark values into Go values.

# Functions

Decode recursively decodes the starlark value v into an equivalent shaped Go value g, made up of only primitive types.
DecodeKWargs decodes Starlark keyword arguments into the value pointed by g.