We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If one tries to start the martian proxy such that it listens on only localhost then an error is thrown:
$ $GOPATH/bin/proxy -api-addr=localhost:9090 2021/03/31 12:59:42 strconv.Atoi: parsing "localhost9090": invalid syntax
martian/cmd/proxy/main.go
Lines 337 to 348 in dacbe1a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If one tries to start the martian proxy such that it listens on only localhost then an error is thrown:
martian/cmd/proxy/main.go
Lines 337 to 348 in dacbe1a
The text was updated successfully, but these errors were encountered: