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
-o url
保存的文件,用everedit打开可以看到末尾的空白符。 使用其他工具进行接力时,有可能读不出来url了。
The text was updated successfully, but these errors were encountered:
func (result *GOGOResult) ValuesOutput(outType string) string { outs := strings.Split(outType, ",") for i, out := range outs { outs[i] = result.Get(out) } return strings.Join(outs, "\t") + "\n" }
func (result *GOGOResult) GetBaseURL() string { return fmt.Sprintf("%s://%s:%s", result.Protocol, result.Ip, result.Port) }
我检查了这两个函数, 似乎并没有看到输出空白字符的地方. 是否能提供测试用例?
Sorry, something went wrong.
No branches or pull requests
保存的文件,用everedit打开可以看到末尾的空白符。
使用其他工具进行接力时,有可能读不出来url了。
The text was updated successfully, but these errors were encountered: