mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Renaming AppendUstr to AppendUniqStr
This commit is contained in:
@@ -40,7 +40,7 @@ func AppendUniqInt(slice []int, i int) []int {
|
||||
return append(slice, i)
|
||||
}
|
||||
|
||||
func AppendUstr(slice []string, i string) []string {
|
||||
func AppendUniqStr(slice []string, i string) []string {
|
||||
for _, ele := range slice {
|
||||
if ele == i {
|
||||
return slice
|
||||
|
||||
Reference in New Issue
Block a user