Sobes.tech
Middle+

```go type SafeMap struct { data map[string]string } func (s *SafeMap) GetOrCreate(ključ, vrednost string) string { } ```