Files
QSfera/Server/vendor/github.com/gookit/goutil/structs/smap.go
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

7 lines
139 B
Go

package structs
// SMap simple map[string]string struct. TODO
type SMap struct {
data map[string]string //lint:ignore U1000 for unused
}