Skip to content

Commit db9f89a

Browse files
committedNov 6, 2022
chore: disable watch on appengine
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 4b8d148 commit db9f89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎watch_unsupported.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !darwin && !dragonfly && !freebsd && !openbsd && !linux && !netbsd && !solaris && !windows
2-
// +build !darwin,!dragonfly,!freebsd,!openbsd,!linux,!netbsd,!solaris,!windows
1+
//go:build appengine || (!darwin && !dragonfly && !freebsd && !openbsd && !linux && !netbsd && !solaris && !windows)
2+
// +build appengine !darwin,!dragonfly,!freebsd,!openbsd,!linux,!netbsd,!solaris,!windows
33

44
package viper
55

0 commit comments

Comments
 (0)
Please sign in to comment.