mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 09:06:41 +00:00
core: Implement FastAbs to avoid repeated os.Getwd calls (#6687)
* core: Implement FastAbs to avoid repeated os.Getwd calls * Lint * Rename files
This commit is contained in:
parent
238f1108e6
commit
315715e90f
10 changed files with 90 additions and 16 deletions
|
|
@ -30,7 +30,7 @@ import (
|
|||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
func reuseUnixSocket(network, addr string) (any, error) {
|
||||
func reuseUnixSocket(_, _ string) (any, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue