Categorygithub.com/libgox/addr
repositorypackage
0.2.0
Repository: https://github.com/libgox/addr.git
Documentation: pkg.go.dev

# README

addr

License Language

Addr is a simple library define Address struct, and support parsing from string or environment variable.

type Address struct {
	// Host domain name or ipv4, ipv6 address
	Host string
	// Port service port
	Port int
}

Requirements

  • Go 1.17+

🚀 Install

go get github.com/libgox/addr