9 lines
90 B
Go
9 lines
90 B
Go
package tcp
|
|
|
|
type nodeServer struct {
|
|
}
|
|
|
|
func (s *nodeServer) Run() error {
|
|
return nil
|
|
}
|