From 80e325487de96862f98f14c302f528bcc8653caf Mon Sep 17 00:00:00 2001 From: Laurent Le Brun Date: Sat, 18 May 2024 14:36:24 +0200 Subject: [PATCH] Remove Caddy from the list of users Fixes #278 --- users.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/users.md b/users.md index 728af1e..b64ca40 100644 --- a/users.md +++ b/users.md @@ -45,10 +45,6 @@ Otherwise, consider using a Python mode. Bazel. * [Buck2](https://buck2.build/) is a build system from Meta, using Starlark in a similar way as Bazel. -* [Caddy](https://caddyserver.com/) is a fast, cross-platform HTTP/2 web - server with automatic HTTPS. - [Starlark is used](https://github.com/caddyserver/caddy/tree/v2#json-is-declarative-what-if-i-need-more-programmability-ie-imperative-syntax) - in Caddy 2 to extend the JSON configuration and add some logic. * [Copybara](https://github.com/google/copybara) is a tool for transforming and moving code between repositories. It embeds Starlark to configure the workflow. * [Delve](https://github.com/go-delve/delve) is a debugger for the Go