From 41b9a9b0a731200309479c7b6caf3ce67f4b6dd4 Mon Sep 17 00:00:00 2001 From: Peter Lithammer Date: Tue, 16 Mar 2021 21:44:03 +0100 Subject: [PATCH] Add go.mod --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b42bd56 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/lithammer/go-jump-consistent-hash + +go 1.16