diff --git a/users.md b/users.md index 6772be2..dc86ab7 100644 --- a/users.md +++ b/users.md @@ -59,6 +59,8 @@ Otherwise, consider using a Python mode. generate Protocol Buffer messages. * [starlark-go-nethttp](https://github.com/pcj/starlark-go-nethttp) is a wrapper around a minimal subset of `net/http package` for use within starlark-go. +* [Starlet](https://github.com/1set/starlet) is a Go wrapper for the [Starlark in Go](https://github.com/google/starlark-go) that + simplifies script execution, provides data conversion, and offers useful Starlark libraries and extensions. * [Starlight](https://github.com/starlight-go/starlight) is a wrapper around the Starlark interpreter in Go. * [Tilt](https://tilt.dev/) manages local development instances for teams that