Fix fileutils not working on Windows

Change-Id: Ifcda643e35bcb63c3d7a235391ba95384f7ef444
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53180
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Antonio Maiorano 2021-06-03 15:08:44 +00:00 committed by Tint LUCI CQ
parent 55ca24e696
commit 0d7ea4bced
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// +build !windows
// Package fileutils contains utility functions for files // Package fileutils contains utility functions for files
package fileutils package fileutils