linstrom/types/types.go

9 lines
90 B
Go
Raw Normal View History

package types
import "net/url"
type AccountHandle struct {
Name string
Host url.URL
}