From 08456edc25056857b84ed7441c26aa6040e5e97b Mon Sep 17 00:00:00 2001 From: Kevin Tang <73975146+vt128@users.noreply.github.com> Date: Wed, 1 May 2024 11:45:04 +0000 Subject: [PATCH] Add `Starlet` to the Users section in users.md --- users.md | 2 ++ 1 file changed, 2 insertions(+) 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