Contributers: Jake Scheetz, Maik Ro
- Ensure GoLang is installed on your system:
$ go version - clone this git repo:
$ git clone https://github.com/jakescheetz/GoScan.git && cd GoScan - Run the program directly from source OR build from source:
a. Run from source:
$ go run goscan.gob. Build from source:$ go build goscan.go$ chmod +x goscan.go$ ./goscan.go