mirror of
https://github.com/golangci/swaggoswag
synced 2026-07-22 16:43:46 +00:00
No description
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| .gitignore | ||
| formatter.go | ||
| formatter_test.go | ||
| go.mod | ||
| go.sum | ||
| license | ||
| parser.go | ||
| readme.md | ||
Fork of swaggo/swag
This is a hard fork of swaggo/swag to be usable as a library.
I considered other options before deciding to fork, but there are no straightforward or non-invasive changes.
Issues should be open either on the original swaggo/swag repository or on golangci-lint repository.
No modifications will be accepted other than the synchronization of the fork.
The synchronization of the fork will be done by the golangci-lint maintainers only.
Modifications
- All the files have been removed except:
formatter.go(the unused fielddebug Debuggeris removed)formatter_test.goparser.go(only the constants are kept.)license.gitignore
- The module name has been changed to
github.com/golangci/swaggoswagto avoid replacement directives inside golangci-lint.- The package name has been changed from
swagtoswaggoswag.
- The package name has been changed from
History
- sync with 93e86851e9f22f1f2db57812cf71fc004c02159c (after v1.16.4)