bingo icon indicating copy to clipboard operation
bingo copied to clipboard

Remove need for fake `go.mod`

Open bwplotka opened this issue 5 years ago • 0 comments

Unfortunately as per Go 1.14 --moddir feature: https://golang.org/doc/go1.14#go-flags:

A file named go.mod must still be present in order to determine the module root directory, but it is not accessed.

This means that we need to maintain in .bingo dir a fake empty go.mod. Let's create some issue on upstream why this is needed in Go itself and if we can remove that need.

bwplotka avatar Jun 03 '20 15:06 bwplotka