No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-05-04 22:59:17 +02:00
.github chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00
.gitignore chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00
formatter.go chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00
formatter_test.go chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00
go.mod chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00
go.sum chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00
license chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00
parser.go chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00
readme.md chore: sync with 93e86851e9f22f1f2db57812cf71fc004c02159c 2025-05-04 22:59:17 +02:00

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 field debug Debugger is removed)
    • formatter_test.go
    • parser.go (only the constants are kept.)
    • license
    • .gitignore
  • The module name has been changed to github.com/golangci/swaggoswag to avoid replacement directives inside golangci-lint.
    • The package name has been changed from swag to swaggoswag.

History

  • sync with 93e86851e9f22f1f2db57812cf71fc004c02159c (after v1.16.4)