liuyueyangxmu

Results 9 issues of liuyueyangxmu

Closes # ### This PR: minor improvement for docs ### This PR does not: ### Key places to review:

# Description The new version of Go has been optimized, and variables do not need to be reassigned. For more info: https://tip.golang.org/wiki/LoopvarExperiment#does-this-mean-i-dont-have-to-write-x--x-in-my-loops-anymore # How Has This Been Tested? - [x]...

## High Level Overview of Change fix some typos in comments ### Context of Change ### Type of Change - [x] Documentation update ### API Impact - [ ] Public...

Documentation
Trivial

# Description strings.Builder has fewer memory allocations and better performance. More info: [golang/go#75190](https://github.com/golang/go/issues/75190) Fixes #(issue) ## Type of change - [x] Code refactor or improvement # How Has This Been...

Thank you for contributing to Harbor! # Comprehensive Summary of your change The `strings.Cut` function was introduced in Go 1.18 as part of a proposal to add more efficient string...

release-note/update

This change replaces occurrences of interface{} with the predeclared identifier any, introduced in Go 1.18 as an alias for interface{}. As noted in the [Go 1.18 Release Notes](https://go.dev/doc/go1.18#language): This improves...

closes: #XXXX ### This PR: minor improvement for docs ### This PR does not: ### Key places to review: --- Before we can merge this PR, please make sure that...

# Description remove repetitive word in comment # Changes - [ ] Bugfix (non-breaking change that solves an issue) - [ ] Hotfix (change that solves an urgent issue, and...

**Description**: This change replaces occurrences of interface{} with the predeclared identifier any, introduced in Go 1.18 as an alias for interface{}. As noted in the [Go 1.18 Release Notes](https://go.dev/doc/go1.18#language): This...