Sobes.tech
Middle+

```go type SafeMap struct { data map[string]string } func (s *SafeMap) GetOrCreate(klic, hodnota string) string { } ```