From 53caaf43a9ee0b7b436b11c1c07c49c4501e2999 Mon Sep 17 00:00:00 2001 From: Dustin H Date: Thu, 25 Mar 2021 12:06:54 -0400 Subject: [PATCH] go mod init github.com/djherbis/times --- 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..994bb5e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/djherbis/times + +go 1.16