mirror of
https://github.com/golang/go.git
synced 2025-11-10 13:41:05 +00:00
crypto/mime/net/time: add netbsd to +build tags
R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5501052
This commit is contained in:
parent
351f7efec4
commit
9ca57a706c
21 changed files with 21 additions and 21 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 freebsd linux openbsd
|
||||
// +build darwin freebsd linux netbsd openbsd
|
||||
|
||||
// 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