Skip to content

Commit

Permalink
Add go.mod file to fix build with go 1.16
Browse files Browse the repository at this point in the history
From the go 1.16 release notes:

	Module-aware mode is enabled by default, regardless of whether a
	go.mod file is present in the current working directory or a
	parent directory

My current understanding is that the vendor/ directory should still be
picked up by default.
  • Loading branch information
nmeum committed Feb 22, 2021
1 parent 2f7133e commit 8c4711f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/nmeum/hii

go 1.16

0 comments on commit 8c4711f

Please sign in to comment.