refactor: Update go.sum to include go.sum file in version control

The code changes in `.gitignore` modify the exclusion rule for `go.sum` file, removing the `#` symbol to include it in version control. This change ensures that the `go.sum` file is tracked and synchronized across different environments, improving dependency management and ensuring consistent builds.
This commit is contained in:
windyboy
2024-07-29 23:41:06 +08:00
parent 91d6957eba
commit d053ff8c38
+1 -1
View File
@@ -28,7 +28,7 @@ ehthumbs.db
Thumbs.db
# Go specific
# go.sum
go.sum
# go.mod
# Test binary, built with `go test -c`