- Follow instructions in setup_go.md
-
cd into the src diretory where the main.go file is located
-
Run the program by executing the following command:
go run main.go -action=read1
-
To build it and run the executable:
- cd into the src directory where the main.go file is located
go build main.go
-
Running on Linux
chmod +x main ./main -action=read1
-
Running on Windows
.\main.exe -action=read1