Skip to content

Instantly share code, notes, and snippets.

@wader
Created October 6, 2024 08:54
Show Gist options
  • Save wader/00625b321e38b4f97323aced80c84f52 to your computer and use it in GitHub Desktop.
Save wader/00625b321e38b4f97323aced80c84f52 to your computer and use it in GitHub Desktop.
caddy main
package main
import (
caddycmd "github.com/caddyserver/caddy/v2/cmd"
// plug in Caddy modules here
_ "github.com/caddyserver/caddy/v2/modules/standard"
)
func main() {
caddycmd.Main()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment