mirror of
https://github.com/golang/go.git
synced 2025-11-10 05:31:03 +00:00
runtime, net: add support for GOOS=solaris
LGTM=dave, rsc R=golang-codereviews, minux.ma, mikioh.mikioh, dave, iant, rsc CC=golang-codereviews https://golang.org/cl/36030043
This commit is contained in:
parent
c738591e7e
commit
50df136483
43 changed files with 324 additions and 45 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
|
||||
|
||||
// DNS client: see RFC 1035.
|
||||
// Has to be linked into package net for Dial.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue