mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 04:17:38 +03:00
Remove unused
This commit is contained in:
parent
f8038854d2
commit
8afcf45878
1 changed files with 1 additions and 5 deletions
|
@ -64,11 +64,7 @@ func ToString0[T any](message T) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func MapToString[T any](arr []T) []string {
|
func MapToString[T any](arr []T) []string {
|
||||||
// TODO: replace if golangci-lint fixed
|
return common.Map(arr, ToString0[T])
|
||||||
// return common.Map(arr, ToString0[T])
|
|
||||||
return common.Map(arr, func(it T) string {
|
|
||||||
return ToString(it)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func Seconds(seconds float64) string {
|
func Seconds(seconds float64) string {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue