added fix for removing elements from the array

This commit is contained in:
2021-05-24 13:58:24 +04:00
parent 65e633e6c4
commit f89e7ccbcb
4 changed files with 12 additions and 17 deletions

1
go.mod
View File

@@ -29,6 +29,7 @@ require (
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
google.golang.org/grpc v1.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gotest.tools/v3 v3.0.3 // indirect