summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2020-11-15 13:04:55 +0000
committerPaul Buetow <git@mx.buetow.org>2020-11-15 13:04:55 +0000
commitc8915f36887f82ee9b092393289895338df3d7c0 (patch)
tree1a3340c377fa86f0414a6b35cf92dac351bb75bc /go.mod
parente912e477538658b535a4ab0adfa7f86b6a33a290 (diff)
fixed bst implementation and refactored unit tests
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index fc8892d..40ffa2a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module github.com/snonux/algorithms
go 1.14
+
+require golang.org/x/tools/gopls v0.5.2 // indirect