mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-24 02:16:55 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4fdb88c13e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ type customConstraint interface {
|
||||||
~int | ~string
|
~int | ~string
|
||||||
}
|
}
|
||||||
|
|
||||||
func getKeysWithConstraing[K customConstraint, V any](m map[K]V) []K {
|
func getKeysWithConstraint[K customConstraint, V any](m map[K]V) []K {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue