mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: dragonfly support
Enable remaining packages (crypto, mime, path, time) to build on dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13190043
This commit is contained in:
parent
fce0608561
commit
4186e9d313
6 changed files with 7 additions and 7 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 netbsd openbsd plan9
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd plan9
|
||||
|
||||
// Unix cryptographically secure pseudorandom number
|
||||
// generator.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue