diff --git a/src/os/path_unix.go b/src/os/path_unix.go index f1bbb49d..562693b7 100644 --- a/src/os/path_unix.go +++ b/src/os/path_unix.go @@ -1,4 +1,5 @@ -// +build darwin linux,!baremetal +//go:build !windows +// +build !windows // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style