From 9fb5e5006ee325e3fe5ae6d9a695ad85fc2f247d Mon Sep 17 00:00:00 2001 From: nxshock Date: Tue, 23 Mar 2021 23:39:31 +0500 Subject: [PATCH] Add Go modules support --- 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..13c795d --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/nxshock/colorcrop + +go 1.16