mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
runtime: update link to original Go hashmap source code
This commit is contained in:
committed by
Ayke van Laethem
parent
18b16fc151
commit
fb8dcde2f9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user