From 5927d8aca8df26bf770ca061cdd3e00794847b27 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 10 Dec 2021 01:20:50 -0500 Subject: Initial commit. --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..ee5ae7e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/hawkinsw/goresponsiveness + +go 1.16 -- cgit v1.2.3