mirror of
https://github.com/spf13/viper.git
synced 2024-04-21 12:31:38 +00:00
chore: remove deprecated build tags
This commit is contained in:
committed by
Márk Sági-Kazár
parent
44911d2cac
commit
96c5c0083f
@@ -1,5 +1,4 @@
|
||||
//go:build !finder
|
||||
// +build !finder
|
||||
|
||||
package viper
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build finder
|
||||
// +build finder
|
||||
|
||||
package viper
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build darwin || dragonfly || freebsd || openbsd || linux || netbsd || solaris || windows
|
||||
// +build darwin dragonfly freebsd openbsd linux netbsd solaris windows
|
||||
|
||||
package viper
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build appengine || (!darwin && !dragonfly && !freebsd && !openbsd && !linux && !netbsd && !solaris && !windows)
|
||||
// +build appengine !darwin,!dragonfly,!freebsd,!openbsd,!linux,!netbsd,!solaris,!windows
|
||||
|
||||
package viper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user