chore: Remove Swagger documentation generation from build workflow
Some checks failed
Build / build (push) Successful in 4m0s
Build / build-docker (push) Failing after 41s

- Eliminated the Swagger documentation generation step from the build process.
- Updated the main server file to remove the Swagger documentation import, streamlining the codebase.
This commit is contained in:
lafay
2026-01-10 05:00:09 +08:00
parent 3b8d8bd7a7
commit 573c10ed1d
2 changed files with 0 additions and 4 deletions

View File

@@ -32,8 +32,6 @@ import (
"github.com/gin-gonic/gin"
"go.uber.org/zap"
_ "carrotskin/docs"
)
func main() {