Skip to content

Commit 9bf9625

Browse files
committed
make update
1 parent 6a1b678 commit 9bf9625

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

dependencymagnet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build tools
12
// +build tools
23

34
// go mod won't pull in code that isn't depended upon, but we have some code we don't depend on from code that must be included

validator_watcher_copy_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build go1.3 && !plan9 && !solaris && !windows
12
// +build go1.3,!plan9,!solaris,!windows
23

34
// Turns out you can't copy over an existing file on Windows.

validator_watcher_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build go1.3 && !plan9 && !solaris
12
// +build go1.3,!plan9,!solaris
23

34
package main

watcher.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build go1.3 && !plan9 && !solaris
12
// +build go1.3,!plan9,!solaris
23

34
package main

0 commit comments

Comments
 (0)