goirc/server/node.go

7 lines
57 B
Go
Raw Permalink Normal View History

package server
type Node struct {
Name, Host string
}