go/src/unique
Michael Anthony Knyszek 23c9efa244 unique: clean up handle test code
Currently the handle test code has a lot of duplicate type parameters
that are already inferred. This results in IDE warnings which are
annoying. Clean this up by consistently explicitly calling out the type
in the argument, not the type parameter.

Change-Id: I756203f37fc97c793cd5c5e612c6fd1802a84bc1
Reviewed-on: https://go-review.googlesource.com/c/go/+/607356
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
2024-08-21 16:03:47 +00:00
..
clone.go unique: use stringslite.Clone 2024-05-05 00:24:21 +00:00
clone_test.go unique: use TypeFor instead of TypeOf to get type in Make 2024-08-21 16:03:35 +00:00
doc.go
handle.go unique: use TypeFor instead of TypeOf to get type in Make 2024-08-21 16:03:35 +00:00
handle_bench_test.go
handle_test.go unique: clean up handle test code 2024-08-21 16:03:47 +00:00