chore: Remove Swagger documentation generation from build workflow
- 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:
@@ -32,8 +32,6 @@ import (
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"go.uber.org/zap"
|
||||
|
||||
_ "carrotskin/docs"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user