Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe1f56c

Browse files
committed
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
1 parent f3de91c commit fe1f56c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module pre-commit-dummy-empty-module
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module golang-hello-world

0 commit comments

Comments
 (0)