discovery/core/net/host.go
2017-06-26 19:10:52 +09:00

6 lines
47 B
Go

package net
type Host struct {
Name string
}