chore: replace interface{} with any

This commit is contained in:
Vincent Bernat
2025-07-29 07:37:42 +02:00
parent 10dfefebb4
commit 18beb310ee
61 changed files with 315 additions and 315 deletions

View File

@@ -93,7 +93,7 @@ func TestSubnetMapValidator(t *testing.T) {
cases := []struct {
Description string
Value interface{}
Value any
Error bool
}{
{
@@ -179,7 +179,7 @@ func TestNetIPValidation(t *testing.T) {
}
cases := []struct {
Description string
Value interface{}
Value any
Error bool
}{
{