Initial QSfera import
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package structs
|
||||
|
||||
// SMap simple map[string]string struct. TODO
|
||||
type SMap struct {
|
||||
data map[string]string //lint:ignore U1000 for unused
|
||||
}
|
||||
Reference in New Issue
Block a user