Sobes.tech
Middle+

```go tipo SafeMap struct { data map[string]string } func (s *SafeMap) GetOrCreate(clave, valor string) string { } ```