mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
chore: replace interface{} with any
This commit is contained in:
@@ -19,10 +19,10 @@ func TestSubnetMapUnmarshalHook(t *testing.T) {
|
||||
var nilMap map[string]string
|
||||
cases := []struct {
|
||||
Description string
|
||||
Input interface{}
|
||||
Input any
|
||||
Tests map[string]string
|
||||
Error bool
|
||||
YAML interface{}
|
||||
YAML any
|
||||
}{
|
||||
{
|
||||
Description: "nil",
|
||||
|
||||
Reference in New Issue
Block a user