From 4054bc3119c072428cc3144945b51e806b85dab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= Date: Fri, 15 Oct 2021 15:20:27 -0700 Subject: [PATCH] Do not ignore go.sum any longer. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6cd33c9..3f124ef 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,3 @@ _testmain.go # Example client build examples/client examples/jsonClient - -# Use checksum database -go.sum