Skip to content

Fix info statistics argument name in README.md #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

qiq
Copy link
Contributor

@qiq qiq commented Sep 14, 2024

A small fix of the README.md.

Makefile Outdated
@@ -7,7 +7,7 @@ TOXICMD:=docker compose exec toxiproxy /go/bin/toxiproxy-cli
.PHONY: phony

build: phony
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't change - I don't use a mac. if absoultely needed, make GOOS and GOARCH overwritable with e.g. GOOS ?= linux and GOARCH ?= amd64 so they can be set during invocation of make.

Copy link
Contributor Author

@qiq qiq Sep 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry, I did not intend to include this change into the pull request. It should only include the README fix. Updated.

@jandelgado jandelgado merged commit c81eda4 into jandelgado:master Sep 15, 2024
@jandelgado
Copy link
Owner

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants