From 6a30cbb1bcf30c2923412c560412e8da97ff7507 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 25 Sep 2023 13:51:41 +0300 Subject: [PATCH] chore: remove deprecated build tags --- viper_go1_15.go | 1 - viper_go1_16.go | 1 - watch.go | 1 - watch_unsupported.go | 1 - 4 files changed, 4 deletions(-) diff --git a/viper_go1_15.go b/viper_go1_15.go index faa9ea2ea..7fc6aff33 100644 --- a/viper_go1_15.go +++ b/viper_go1_15.go @@ -1,5 +1,4 @@ //go:build !finder -// +build !finder package viper diff --git a/viper_go1_16.go b/viper_go1_16.go index cfadc052f..d96a1bd22 100644 --- a/viper_go1_16.go +++ b/viper_go1_16.go @@ -1,5 +1,4 @@ //go:build finder -// +build finder package viper diff --git a/watch.go b/watch.go index 1ce84eaf8..e98fce89c 100644 --- a/watch.go +++ b/watch.go @@ -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 diff --git a/watch_unsupported.go b/watch_unsupported.go index 7e2715377..707640560 100644 --- a/watch_unsupported.go +++ b/watch_unsupported.go @@ -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