Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anjmao/go-swagger-structs

Generate go structs from swagger definition
https://github.com/anjmao/go-swagger-structs

go swagger

Last synced: 12 days ago
JSON representation

Generate go structs from swagger definition

Awesome Lists containing this project

README

        

# go-swagger-structs
Generate go models (structs) from swagger definition.

## Difference between go-swagger

## Usage

```
GO111MODULE=off go get -u github.com/anjmao/go-swagger-structs
go-swagger-structs -output ./models -source https://my.api/swagger/docs/v1
```