索引 https://waterflow.link/articles/1663835071801 当我在使用go-zero时,我看到了好多像下面这样的代码: ... type ( // RunOption defines the method to customize a Server. RunOption func(*Server) // A Server is a http server. Server struct { ngin *engine router httpx.Router }…