We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9db6f5 commit 1ee6b1cCopy full SHA for 1ee6b1c
filesystem/bank.go
@@ -227,4 +227,5 @@ func (b *Bank) Read(filename string) {
227
if err != nil {
228
log.Fatal(err)
229
}
230
+ b.Grids = b.Grids[:cap(b.Grids)]
231
0 commit comments