Exemplo n.º 1
0
func (grok *Grok) Cleanup() {
	C.grok_free(grok.grok)
}
Exemplo n.º 2
0
func (grok *Grok) Free() {
	C.grok_free(grok.g)
}