...
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
/
pointer.go
Documentation:
go/internal/gccgoimporter/testdata
1
package pointer
2
3
type Int8Ptr *int8
4
View as plain text