mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -154,7 +154,7 @@ func getHosts(n int) (hosts []string, listeners []net.Listener, err error) {
|
||||
hosts = append(hosts, "http://"+addr.String())
|
||||
listeners = append(listeners, l)
|
||||
}
|
||||
return
|
||||
return hosts, listeners, err
|
||||
}
|
||||
|
||||
func startHTTPServer(listener net.Listener, handler http.Handler) (server *httptest.Server) {
|
||||
|
||||
Reference in New Issue
Block a user