This is a breaking change that renames the entire project from "Carrot BBS" to "WithYou".
The Go module name has been changed from `carrot_bbs` to `with_you`, which requires all import paths to be updated throughout the codebase and by external consumers. BREAKING CHANGE: Module name changed from carrot_bbs to with_you. All imports and dependencies must be updated from carrot_bbs/* to with_you/*.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package response
|
||||
package response
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
|
||||
apperrors "carrot_bbs/internal/errors"
|
||||
apperrors "with_you/internal/errors"
|
||||
)
|
||||
|
||||
// Response 统一响应结构
|
||||
|
||||
Reference in New Issue
Block a user