commit | 51f657b16c625841a01874388d4a7e3765c40dfb | [log] [tgz] |
---|---|---|
author | cuishuang <imcusg@gmail.com> | Mon Sep 29 11:53:08 2025 +0800 |
committer | Gopher Robot <gobot@golang.org> | Tue Sep 30 12:18:58 2025 -0700 |
tree | 8d8004e33175f5727e409ceb965f9be9a24a1ac1 | |
parent | f2e909b982692b7382be0f856e1d415ac86f44e1 [diff] |
webdav/internal/xml: use the built-in min function Starting from Go 1.21, the min functions are built-in. Therefore, we can remove the custom functions with the same name. Change-Id: Ia13e609358e19cf3863edc0f5a34e737cdcc291f Reviewed-on: https://go-review.googlesource.com/c/net/+/707555 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Sean Liao <sean@liao.dev> Auto-Submit: Sean Liao <sean@liao.dev>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.