From 0590ccb2602a1acc281d21d9a43192544be96250 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Sat, 9 Apr 2022 18:54:28 -0700 Subject: gofmt exec_posix.go --- src/os/exec_posix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/exec_posix.go b/src/os/exec_posix.go index 4d453099b..f100d6317 100644 --- a/src/os/exec_posix.go +++ b/src/os/exec_posix.go @@ -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" ) -- cgit v1.2.3