goirc/server/node.go

7 lines
57 B
Go

package server
type Node struct {
Name, Host string
}