如何使用此处找到的标准库类型值https://golang.org/pkg/net/url/#Values我尝试导入 net/url 并使用值,但是当我保存它时 go fmt 会自动删除它。func test(url string) (string, Values) { } 查看完整描述