gofmt exec_posix.go
Этот коммит содержится в:
родитель
fe0acb1670
коммит
0590ccb260
1 изменённых файлов: 2 добавлений и 2 удалений
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче