If you really think you don't need generics, take your code code and replace every
[]int{}, []string{}, map[string]string{}
[]interface{}{}, map[interface{}]interface{}{}
If you really think you don't need generics, take your code code and replace every
with and see how much you "don't need generics"