martian
martian copied to clipboard
Unable to Specify that Proxy should listen on an address
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
https://github.com/google/martian/blob/dacbe1a1813d1e1b8f44f17b03ffe0cd9fb5ba54/cmd/proxy/main.go#L337-L348