Skip to content

Commit 96c5c00

Browse files
alexandearsagikazarmark
authored andcommitted
chore: remove deprecated build tags
1 parent 44911d2 commit 96c5c00

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

viper_go1_15.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !finder
2-
// +build !finder
32

43
package viper
54

viper_go1_16.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build finder
2-
// +build finder
32

43
package viper
54

watch.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build darwin || dragonfly || freebsd || openbsd || linux || netbsd || solaris || windows
2-
// +build darwin dragonfly freebsd openbsd linux netbsd solaris windows
32

43
package viper
54

watch_unsupported.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build appengine || (!darwin && !dragonfly && !freebsd && !openbsd && !linux && !netbsd && !solaris && !windows)
2-
// +build appengine !darwin,!dragonfly,!freebsd,!openbsd,!linux,!netbsd,!solaris,!windows
32

43
package viper
54

0 commit comments

Comments
 (0)