예제 #1
0
파일: gov7.go 프로젝트: edvakf/gov7
func New() *V7 {
	return (*V7)(C.v7_create())
}
예제 #2
0
파일: v7.go 프로젝트: botvs/go-v7
func NewContext() *Context {
	return &Context{
		rctx:    C.v7_create(),
		bufSize: defaultBufSize,
	}
}