watch: modd build: build-server build-client build-server: CGO_ENABLED=0 go build -o ./bin/server ./cmd/server build-client: CGO_ENABLED=0 go build -o ./bin/client ./cmd/client test: go test -v -race ./...