mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
gofmt exec_posix.go
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
package os
|
|
||||||
|
|
||||||
//go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris || windows
|
//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
|
// +build aix darwin dragonfly freebsd js,wasm linux netbsd openbsd solaris windows
|
||||||
|
|
||||||
|
package os
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"syscall"
|
"syscall"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user