package
0.0.0-20241116084607-9b54d0a84cef
Repository: https://github.com/p12s/csv-create-api.git
Documentation: pkg.go.dev

# README

OpenAPI

For simple viewing:

  1. Open swagger viewer: https://editor.swagger.io/
  2. Get link to this file: https://raw.githubusercontent.com/p12s/csv-create-api/master/docs/swagger.yaml
  3. Import file by URL into viewer

Go

Used commands

go get -u github.com/swaggo/swag/cmd/swag
~/go/bin/swag init -g ./cmd/main.go

See docs in browser

http://localhost:8010/swagger/index.html

# Variables

SwaggerInfo holds exported Swagger Info so clients can modify it.