richstokes / Forza-data-tools

🏎 Tools for playing with Forza Motorsport/Horizon's "data out" feature
GNU General Public License v3.0
81 stars 21 forks source link

Error while trying to build #5

Open DubHacker-chan opened 2 years ago

DubHacker-chan commented 2 years ago

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?

Skajdrowski commented 2 years ago

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