Library of useful Starlark modules for Starlark implementation in Go
Package builtin contains functions which simplify Starlark module development and value conversions.
Package structs contains types and interfaces which allows you to wrap your structs into Starlark objects
Pull requests for new modules are welcome!
If the changes being proposed or requested are breaking changes, please create an issue for discussion.
Modules are distributed under MIT License, please see license file in code for more details.