ing
This commit is contained in:
parent
fc48f5981a
commit
687985e7f2
|
@ -5,7 +5,7 @@ type Keys struct {
|
|||
Key string `json:"key,omitempty"`
|
||||
}
|
||||
|
||||
func KeysToMap(keys []Keys) map[string]string {
|
||||
func KeysToMap(keys []*Keys) map[string]string {
|
||||
|
||||
m := make(map[string]string)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user