mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
os, os/exec, os/user: add support for GOOS=solaris
R=golang-codereviews, dave, minux.ma, gobot, jsing CC=golang-codereviews https://golang.org/cl/36020043
This commit is contained in:
parent
7e639c0229
commit
6d0d08b849
18 changed files with 91 additions and 15 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
|
||||
|
||||
package exec
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue