mirror of
https://github.com/caddyserver/caddy.git
synced 2026-03-29 13:03:58 -04:00
* add 'root' key to Helper.State for access in frankenphp's `php_server` directive * clone state before passing it to child directives, but keep sharing it among sibling directives * propagate named route state from children to parent * use BlockState to set "root" instead * gofmt -w . * go fmt ./... * here we go