dubbo-go-bot opened a new pull request, #104: URL: https://github.com/apache/dubbo-go-pixiu-samples/pull/104
## 🔄 Upstream Sync from Community Fork This PR automatically syncs changes from the community fork to the Apache upstream repository. ### Original Contribution - **Author**: @Similarityoung - **Original PR**: https://github.com/dubbo-go-pixiu/dubbo-go-pixiu-samples/pull/3 - **Merged at**: 2025-10-12 13:51:40 UTC ### Original PR Description --- ### **User description** This pull request makes a minor change to the import statements in `tools/authserver/jwt.go`, reorganizing them for improved clarity and correctness. No functional code was modified.…op to main ___ ### **PR Type** Other ___ ### **Description** - Reorganize import statements into separate blocks for standard library and external packages - Split imports in `tools/authserver/jwt.go` following Go conventions ___ <details> <summary><h3> File Walkthrough</h3></summary> <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Formatting</strong></td><td><table> <tr> <td> <details> <summary><strong>jwt.go</strong><dd><code>Separate standard and external package imports</code> </dd></summary> <hr> tools/authserver/jwt.go <ul><li>Split import statements into two separate blocks<br> <li> Standard library imports in first block<br> <li> External package imports (<code>github.com/pkg/errors</code>) in second block</ul> </details> </td> <td><a href="https://github.com/dubbo-go-pixiu/dubbo-go-pixiu-samples/pull/3/files#diff-3494da4996fbdd527e49a5327fc592ccd6b9e26f173d07f0b1c8b65522c69ddf">+2/-0</a> </td> </tr> </table></td></tr></tr></tbody></table> </details> ___ <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Internal maintenance to standardize internal error handling and improve code consistency. * No changes to features, user interface, performance, or runtime behavior; functionality remains unchanged. * No action required from users; build and deployment processes are unaffected. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- ### Commit Details All commits in this PR preserve the original authorship. You can verify this by checking the commit history. **Note**: This PR was automatically created by GitHub Actions when PR #3 was merged into `dubbo-go-pixiu/dubbo-go-pixiu-samples:main`. cc @Similarityoung -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
