From 46ad79344c008244bd45878865e589c9e406749e Mon Sep 17 00:00:00 2001 From: Aleksandar Nesovic <48174247+kaynetik@users.noreply.github.com> Date: Fri, 19 Feb 2021 11:18:31 +0100 Subject: [PATCH] :art: Add github.com/go-OAS/docs (#3468) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 962feaea..0b9d5683 100644 --- a/README.md +++ b/README.md @@ -2355,6 +2355,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [colorgo](https://github.com/songgao/colorgo) - Wrapper around `go` command for colorized `go build` output. * [depth](https://github.com/KyleBanks/depth) - Visualize dependency trees of any package by analyzing imports. +* [docs](https://github.com/go-oas/docs) - Automatically generate RESTful API documentation for GO projects - aligned with Open API Specification standard. * [generator-go-lang](https://github.com/axelspringer/generator-go-lang) - A [Yeoman](http://yeoman.io) generator to get new Go projects started. * [go-callvis](https://github.com/TrueFurby/go-callvis) - Visualize call graph of your Go program using dot format. * [go-james](https://github.com/pieterclaerhout/go-james) - Go project skeleton creator, builds and tests your projects without the manual setup.