Forza-data-tools icon indicating copy to clipboard operation
Forza-data-tools copied to clipboard

Error while trying to build

Open DubHacker-chan opened this issue 4 years ago • 1 comments

When I try to build this with "go build -o fdt" I get the error that no go.mod file was found. I'm not familiar with the go language so I don't really no if I'm doing anything wrong. How can I solve this issue?

DubHacker-chan avatar Jan 18 '22 13:01 DubHacker-chan

@DubHacker-chan type "go env -w GO111MODULE=auto" first and then "go build -o fdt.go"

Skajdrowski avatar Jan 18 '22 16:01 Skajdrowski