From 782901ec4e614e7ea786e7192e3c4c9cf2a038be Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 29 Apr 2021 22:11:32 -0400 Subject: [PATCH] Added .mod file for build --- 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..c2d3119 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module main/udphex + +go 1.16