src/os: fix build tags for non-windows PathSeparator

This commit is contained in:
Damian Gryski
2021-12-01 08:56:57 -08:00
committed by Ron Evans
parent b123ffcea4
commit 85ad157f3f
+2 -1
View File
@@ -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