mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 17:07:18 +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
|
||||
}
|
||||
|
||||
func getKeysWithConstraing[K customConstraint, V any](m map[K]V) []K {
|
||||
func getKeysWithConstraint[K customConstraint, V any](m map[K]V) []K {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue