mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-01 13:10:40 -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