You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NewServer returns a new instance of GorumsServer.// This function is intended for internal Gorums use.// You should call `NewServer` in the generated code instead.funcNewServer(opts...ServerOption) *Server {
However, this function is not called by generated code but only by users. There is no NewServer in the generated code. We should remove the incorrect description.
The text was updated successfully, but these errors were encountered:
The documentation in
server.go
claims:However, this function is not called by generated code but only by users. There is no
NewServer
in the generated code. We should remove the incorrect description.The text was updated successfully, but these errors were encountered: