Added cores package and tests for caps

This commit is contained in:
Trial97
2020-11-04 17:05:32 +02:00
committed by Dan Christian Bogos
parent eb57017632
commit 568df81745
101 changed files with 1527 additions and 926 deletions

View File

@@ -70,7 +70,7 @@ func (sg *SharedGroup) Clone() (sharedGroup *SharedGroup) {
if sg.MemberIds != nil {
sharedGroup.MemberIds = sg.MemberIds.Clone()
}
for id, _ := range sg.AccountParameters {
for id := range sg.AccountParameters {
sharedGroup.AccountParameters[id] = sg.AccountParameters[id].Clone()
}
return