Maybe bag in golang (mismatched types string and string)
Don’t ask me why I’m doing this, just tell me how it’s possible: gopls error: mismatched types string and string type Mapsi2[T string | int | float32 | float64] struct { Keys []string Values []T } func (mapsi Mapsi2[string]) SetValue(key string, value string) { for i, keyMapsi := range mapsi.Keys { if key == keyMapsi… Read More Maybe bag in golang (mismatched types string and string)