...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Source file
src
/
go
/
internal
/
gccgoimporter
/
testdata
/
notinheap.go
Documentation:
go/internal/gccgoimporter/testdata
1
package notinheap
2
3
//go:notinheap
4
type S struct{}
5
View as plain text