From d053ff8c389c8c22e77e100237651446dde7a191 Mon Sep 17 00:00:00 2001 From: windyboy Date: Mon, 29 Jul 2024 23:41:06 +0800 Subject: [PATCH] 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa5869d..94d33c4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ ehthumbs.db Thumbs.db # Go specific -# go.sum +go.sum # go.mod # Test binary, built with `go test -c`