package main import ( "errors" ) func emitGo(src *parsedHeader) (string, error) { return "", errors.New("TODO") }