mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
Not sure if this a good idea. It does make the go test pass
This commit is contained in:
parent
04ce969f1f
commit
350f05fab5
2 changed files with 27 additions and 1 deletions
|
|
@ -2,4 +2,7 @@ module golang-hello-world
|
|||
|
||||
go 1.17
|
||||
|
||||
require github.com/BurntSushi/toml v1.1.0 // indirect
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.1.0 // indirect
|
||||
golang.org/x/example v0.0.0-20220412213650-2e68773dfca0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue