mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
os: dragonfly support
Make the os package build and work on dragonfly. R=bradfitz CC=golang-dev https://golang.org/cl/13183044
This commit is contained in:
parent
f3442a80c3
commit
6939061d47
18 changed files with 89 additions and 18 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
|
||||
// +build darwin dragonfly freebsd linux netbsd openbsd
|
||||
|
||||
package exec
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue