From 3a7de0dbb9bba0e116fe05a8ac372cdc1abf6803 Mon Sep 17 00:00:00 2001 From: pjwalne Date: Fri, 6 Sep 2019 20:44:38 -0400 Subject: [PATCH] Fixed module incorectness --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2f6d644..299aa5e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module bytepal +module github.com/Pwalne/bytepal go 1.13