Correct gofmt version 1.19 (#2267)

This commit is contained in:
Cesar Celis Hernandez
2022-08-25 12:44:55 -04:00
committed by GitHub
parent cd21ad2085
commit 3e9fb853d9
253 changed files with 777 additions and 527 deletions

View File

@@ -18,21 +18,21 @@
// Package restapi MinIO Console Server
//
// Schemes:
// http
// ws
// Host: localhost
// BasePath: /api/v1
// Version: 0.1.0
// Schemes:
// http
// ws
// Host: localhost
// BasePath: /api/v1
// Version: 0.1.0
//
// Consumes:
// - application/json
// - multipart/form-data
// Consumes:
// - application/json
// - multipart/form-data
//
// Produces:
// - application/zip
// - application/octet-stream
// - application/json
// Produces:
// - application/zip
// - application/octet-stream
// - application/json
//
// swagger:meta
package restapi