diff options
Diffstat (limited to 'src/time/sys_unix.go')
-rw-r--r-- | src/time/sys_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/sys_unix.go b/src/time/sys_unix.go index a949a6af22..0f06aa6ccd 100644 --- a/src/time/sys_unix.go +++ b/src/time/sys_unix.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris +//go:build unix || (js && wasm) package time |