commit | 0d7ea4bced28c192e7e8aefb01d3edc4c3d3f6b8 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Thu Jun 03 15:08:44 2021 +0000 |
committer | Tint LUCI CQ <tint-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 03 15:08:44 2021 +0000 |
tree | aadc6796592a60f828992a1cfd6421dcaf611bd9 | |
parent | 55ca24e6965f121363e2b70364d1373159ac0444 [diff] |
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>
diff --git a/tools/src/fileutils/fileutils_other.go b/tools/src/fileutils/fileutils_other.go index 8647193..9c20ea6 100644 --- a/tools/src/fileutils/fileutils_other.go +++ b/tools/src/fileutils/fileutils_other.go
@@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build !windows + // Package fileutils contains utility functions for files package fileutils