type net.MX
7 uses
net (current package)
dnsclient.go#L207: type MX struct {
dnsclient.go#L213: type byPref []*MX
lookup.go#L437: func LookupMX(name string) ([]*MX, error) {
lookup.go#L442: func (r *Resolver) LookupMX(ctx context.Context, name string) ([]*MX, error) {
lookup_unix.go#L183: func (r *Resolver) lookupMX(ctx context.Context, name string) ([]*MX, error) {
lookup_unix.go#L188: var mxs []*MX
lookup_unix.go#L219: mxs = append(mxs, &MX{Host: mx.MX.String(), Pref: mx.Pref})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |