Beispiel #1
0
func New() *V7 {
	return (*V7)(C.v7_create())
}
Beispiel #2
0
Datei: v7.go Projekt: botvs/go-v7
func NewContext() *Context {
	return &Context{
		rctx:    C.v7_create(),
		bufSize: defaultBufSize,
	}
}