Any Working Example for Swagger integartion with golang?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • go-clean-template

    Clean Architecture template for Golang services

  • Check this file https://github.com/evrone/go-clean-template/blob/master/internal/controller/http/v1/router.go

  • swag

    Automatically generate RESTful API documentation with Swagger 2.0 for Go.

  • You can use swaggo/swag with code annotations

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • mify

    microservices for you

  • Yes, Swagger/OpenAPI is rarely works out of the box, in Mify (https://github.com/mify-io/mify) we did a lot of work to integrate it and still we have much stuff to improve, but you can try it, I think it works pretty smoothly.

  • go-rest

    crud rest api template using gin framework, gin-swagger, gorm, godotenv (by mtami)

  • Simple crud repo that uses gin-swagger library https://github.com/mtami/go-rest

  • golug

    GoLug Presentation Code

  • I create this repo a while back for a simple presentation i was doing. https://github.com/csg33k/golug

  • myapp

    🚀 How to build a Dockerized RESTful API application using Go.

  • You need to set these env variables/ configs. https://github.com/learning-cloud-native-go/myapp/blob/main/.env

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts