mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 06:07:44 +00:00
remove no longer necessary conditional compiles
This commit is contained in:
parent
bcdfc2a8ea
commit
a1eb923876
@ -1,10 +1,3 @@
|
|||||||
//go:build go1.16
|
|
||||||
// +build go1.16
|
|
||||||
|
|
||||||
// Before Go 1.16 filepath.Match returned early on a failed match,
|
|
||||||
// and thus did not report any later syntax error in the pattern.
|
|
||||||
// https://go.dev/doc/go1.16#path/filepath
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
//go:build go1.16
|
|
||||||
// +build go1.16
|
|
||||||
|
|
||||||
// Before Go 1.16 filepath.Match returned early on a failed match,
|
|
||||||
// and thus did not report any later syntax error in the pattern.
|
|
||||||
// https://go.dev/doc/go1.16#path/filepath
|
|
||||||
|
|
||||||
package filter_test
|
package filter_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
//go:build go1.18
|
|
||||||
// +build go1.18
|
|
||||||
|
|
||||||
package repository
|
package repository
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user