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

Этот коммит содержится в:
Damian Gryski 2021-12-01 08:56:57 -08:00 коммит произвёл Ron Evans
родитель b123ffcea4
коммит 85ad157f3f

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

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