Not sure if this a good idea. It does make the go test pass

This commit is contained in:
Walluce Pinkham 2022-04-13 16:04:48 +01:00
parent 04ce969f1f
commit 350f05fab5
2 changed files with 27 additions and 1 deletions

View file

@ -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
)