A collection of examples for go-swagger.
- 2026-03-16 : new community chat on discord
- a new discord community channel is available to be notified of changes and support users
- our venerable Slack channel remains open, and will be eventually discontinued on 2026-06-30
You may join the discord community by clicking the invite link on the discord badge (also above).
Track go-swagger code generation for servers and clients.
See the tutorial section of the project documentation.
git clone https://github.com/go-swagger/examplesThis software ships under the SPDX-License-Identifier: Apache-2.0.
go run ./hack/tools regen
To run examples, some of these require some auth material (not committed to this repo):
go run ./hack/tools gencerts
go run ./hack/tools gentokens
This repository is deliberately left unreleased: examples follow the code generation on go-swagger/go-swagger@master.