Sign in
go
/
go.git
/
a4031ea1f5e0c40717c6f9d608e51ff3cef1a6eb
/
.
/
src
/
cmd
/
cgo
/
internal
/
testplugin
/
testdata
/
issue62430
/
plugin.go
blob: e42cd8bb77c24ccd56a8c765d631d907d755d995 [
file
]
package main
import (
"unicode"
)
func F(s string) *unicode.RangeTable {
return unicode.Categories[s]
}
func main() {}