runtime: update link to original Go hashmap source code

This commit is contained in:
kyegupov
2018-12-31 07:24:25 +00:00
committed by Ayke van Laethem
parent 18b16fc151
commit fb8dcde2f9
+1 -1
View File
@@ -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"