Alanxtl commented on code in PR #1058: URL: https://github.com/apache/dubbo-go-samples/pull/1058#discussion_r2992030401
########## graceful_shutdown/go.mod: ########## @@ -0,0 +1,148 @@ +module github.com/apache/dubbo-go-samples/graceful_shutdown + +go 1.25.0 + +require ( Review Comment: 上游还没合并,这里出现这种情况是符合预期的 -- 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]
