Open lieberk2-hd opened 1 year ago
Please include instructions to build and run from source code. Simply doing: go run main.go
gave me several errors like: main.go:47:11: undefined: WriteCounter main.go:151:19: undefined: Config main.go:186:21: undefined: Config
so I assume whatever prerequisites I need are not installed on my machine.
and to answer my own question: Assuming Go is installed already
run: go build edit config.json to put in your personal details ./main magic ensues ;-)
Need to include the structs file. go build main.go structs.go
go build main.go structs.go
Please include instructions to build and run from source code. Simply doing: go run main.go
gave me several errors like: main.go:47:11: undefined: WriteCounter main.go:151:19: undefined: Config main.go:186:21: undefined: Config
so I assume whatever prerequisites I need are not installed on my machine.