richstokes / Forza-data-tools

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

undefined serveJSON #3

Closed markusjdev closed 2 years ago

markusjdev commented 3 years ago

I can't get the JSON-Server running.

cmd:


C:\Users\User1\Downloads\Forza-data-tools-master\Forza-data-tools-master>go run main.go -z
# command-line-arguments
.\main.go:328:6: undefined: serveJSON

Why it's undefined? It's defined in the other files.

Thank you in advance.

vinjn commented 3 years ago

This command might help

go env -w GO111MODULE=auto

richstokes commented 2 years ago

If anyone would like to PR any changes to the readme with better instructions for getting started, feel free! I'm not an expert with go modules / environment setup :-)