runtime: update link to original Go hashmap source code
Этот коммит содержится в:
родитель
18b16fc151
коммит
fb8dcde2f9
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -3,7 +3,7 @@ package runtime
|
|||
// This is a hashmap implementation for the map[T]T type.
|
||||
// It is very rougly based on the implementation of the Go hashmap:
|
||||
//
|
||||
// https://golang.org/src/runtime/hashmap.go
|
||||
// https://golang.org/src/runtime/map.go
|
||||
|
||||
import (
|
||||
"unsafe"
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче