gofmt exec_posix.go

This commit is contained in:
Dan Kegel
2022-04-09 18:54:28 -07:00
committed by Ron Evans
parent fe0acb1670
commit 0590ccb260
+2 -2
View File
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package os
//go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
package os
import (
"syscall"
)