cd path/to/your/prefered/target/directory
git clone https://github.com/miles-no/devcamp2023-lets-go
cd devcamp2023-lets-go
cd client/
go build .
./client help
cd broker/
go run . # ctrl+c to stop
cd path/to/your/prefered/target/directory
git clone https://github.com/miles-no/devcamp2023-lets-go
cd devcamp2023-lets-go
cd client/
go build .
./client help
cd broker/
go run . # ctrl+c to stop