Add support for Go 1.16

Go 1.16 changes the way modules are handled. It now expects Go projects
to have non-empty `go.mod` files.

This change is compatible with Go 1.15.

Fixes #1815
This commit is contained in:
Rafik Draoui
2021-02-25 19:11:21 -04:00
parent f3de91c2bb
commit fe1f56c08f
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
module pre-commit-dummy-empty-module

View File

@@ -0,0 +1 @@
module golang-hello-world