diff --git a/README.md b/README.md index b3b2080..3bba20e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ package main import ( "github.com/gin-gonic/gin" - "github.com/swaggo/files" + swaggerFiles "github.com/swaggo/files" "github.com/swaggo/gin-swagger" _ "github.com/swaggo/gin-swagger/example/basic/docs" // docs is generated by Swag CLI, you have to import it. @@ -84,7 +84,7 @@ package main import ( "github.com/gin-gonic/gin" - "github.com/swaggo/files" + swaggerFiles "github.com/swaggo/files" "github.com/swaggo/gin-swagger" _ "./docs" // docs is generated by Swag CLI, you have to import it.