...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
runtime
/
_mkmalloc
/
go.mod
Documentation:
runtime/_mkmalloc
1
module runtime/_mkmalloc
2
3
go 1.24
4
5
require golang.org/x/tools v0.33.0
View as plain text