Documentation ¶
Overview ¶
apisearch searches in API files produced by go api.
Usage: apisearch [-f apifile.txt] -e pattern pattern is a function signature where single runes are placeholders. - func (a, b, b) bool matches func (*int32, int32, int32) bool - func (*a) unsafe.Pointer matches func (*unsafe.Pointer) unsafe.Pointer - func ([]a, a) int matches func ([]float64, float64) int
Click to show internal directories.
Click to hide internal directories.