- With issues:
- Use the search tool before opening a new issue.
- Please provide source code and commit sha if you found a bug.
- Review existing issues and provide feedback or react to them.
Description
sonic新版调整了代码,导致gin运行错误
xxx/api/cmd/api_gin imports github.com/gin-gonic/gin imports github.com/gin-gonic/gin/internal/json imports github.com/bytedance/sonic imports github.com/bytedance/sonic/internal/rt: module github.com/bytedance/sonic@latest found (v1.12.7), but does not contain package github.com/bytedance/sonic/internal/rt
Environment
- go version: go1.23.4 darwin/arm64
- gin version: v1.10.0 // indirect
- sonic version: v1.12.7 // indirect
- sonic /loader: v0.2.2 // indirect
Comment From: pscheid92
Hello @dtapps, your problem isn't obvious to me. Could you please share a minimal reproducible example so others can reproduce your issue and investigate it?