-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
package main
import (
"fmt"
"github.com/mpvl/unique"
)
func main() {
a := []string{"1653946732.1098", "1653946732.1092", "1653946732.1090", "1653946732.1087", "1653946732.1098"}
unique.Strings(&a)
fmt.Println(a)
}
[1653946732.1098]
expected
[1653946732.1098 1653946732.1092 1653946732.1090 1653946732.1087]
Metadata
Metadata
Assignees
Labels
No labels