mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-25 10:31:30 +01:00
refactor: move task, error and testing utils to separte repo; apply gofumpt
This commit is contained in:
@@ -43,7 +43,7 @@ func proxyConfigFromHeadersLegacy(h http.Header) (cfg Config) {
|
||||
cfg.Scheme = "https"
|
||||
}
|
||||
|
||||
return
|
||||
return cfg
|
||||
}
|
||||
|
||||
func proxyConfigFromHeaders(h http.Header) (cfg Config, err error) {
|
||||
|
||||
Reference in New Issue
Block a user