Этот коммит содержится в:
Dan Kegel 2022-04-09 18:54:28 -07:00 коммит произвёл Ron Evans
родитель fe0acb1670
коммит 0590ccb260

Просмотреть файл

@ -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"
)