From ed7d3a190f452884de49799b348cc81ce590e9d3 Mon Sep 17 00:00:00 2001 From: John Taylor Date: Fri, 9 Aug 2019 20:44:49 -0400 Subject: [PATCH] added go.mod,go.sum --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 382fdfc..a278272 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ *.test # Output of the go coverage tool, specifically when used with LiteIDE +go.mod +go.sum + *.out *.bat *.ppk