chore: go workspace contain go.work and go.work.sum (#2241)

* fix: map 其桶中只能存储 8 个键值对元素,超过后会储存到溢出桶或者扩容,影响性能,预先声明容量以免影响性能

* update ignore for go workspace

Co-authored-by: caizhipeng <caizhipeng@xmfunny.com>
pull/2245/head
kiripeng 2 years ago committed by GitHub
parent ffa1c2696c
commit a5eb913aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore

1
.gitignore vendored

@ -17,6 +17,7 @@ vendor/
# Go workspace file # Go workspace file
go.work go.work
go.work.sum
# Compiled Object files, Static and Dynamic libs (Shared Objects) # Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o *.o

Loading…
Cancel
Save