mirror of https://github.com/fluffle/goirc
7 lines
57 B
Go
7 lines
57 B
Go
|
package server
|
||
|
|
||
|
type Node struct {
|
||
|
Name, Host string
|
||
|
}
|
||
|
|