Created
October 6, 2024 08:54
-
-
Save wader/00625b321e38b4f97323aced80c84f52 to your computer and use it in GitHub Desktop.
caddy main
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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