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.
- 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
- sync with 93e86851e9f22f1f2db57812cf71fc004c02159c (after v1.16.4)