Nimesh Singh
Results
1
issues of
Nimesh Singh
Right now in a programmatic go link, a `%s` will only include text in between slashes. For example: If `go/cs/%s` -> `https://cs.github.com/?q=%s` then `go/cs/blah` will redirect me to `https://cs.github.com/?q=blah` but...