Example #1
0
File: gov7.go Project: edvakf/gov7
func New() *V7 {
	return (*V7)(C.v7_create())
}
Example #2
0
File: v7.go Project: botvs/go-v7
func NewContext() *Context {
	return &Context{
		rctx:    C.v7_create(),
		bufSize: defaultBufSize,
	}
}