HsDodo commented on PR #3053: URL: https://github.com/apache/dubbo-go/pull/3053#issuecomment-3420358894
We encountered a nil pointer issue when using this method: <img width="1380" height="808" alt="image" src="https://github.com/user-attachments/assets/87dce651-84ad-4b1b-b986-92f9445e839a" /> You can initialize the lastUpdate field at the time of object creation to ensure it is never nil. This is a simple and effective way to avoid nil pointer dereference errors. -- 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]
