<@U01H8EG7MLL> it's just barking at you over redun...
# golang
l
@ambitious-salesmen-39356 it's just barking at you over redundant type declatration, it's automatically assuming any of the underlying elements are already a map[string]interface{} from the top level declaration. Since an interface{} is in all reality an ambiguous type it won't complain about the "Version" field either.
1