App run default run on :8080 go run ./cmd/sysinfo run on specific port and print in console sysInfo go run ./cmd/sysinfo -port :9090 -verbose App build and run chmod +x build.sh && ./build.sh