runtime: update link to original Go hashmap source code

Этот коммит содержится в:
kyegupov 2018-12-31 07:24:25 +00:00 коммит произвёл Ayke van Laethem
родитель 18b16fc151
коммит fb8dcde2f9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: E97FF5335DFDFDED

Просмотреть файл

@ -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"