Update godoc

This commit is contained in:
vCaesar 2017-04-29 22:28:47 +08:00
parent 5aa278690a
commit e3ceccfb7a

View File

@ -52,7 +52,7 @@ import (
)
const (
version string = "v0.43.0.303, Matterhorn Alps!"
version string = "v0.43.0.306, Matterhorn Alps!"
)
// GetVersion get version
@ -506,7 +506,7 @@ func TypeStrDelay(x string, y int) {
defer C.free(unsafe.Pointer(cx))
}
// TypeStringDelayed Type string delayed
// TypeStringDelayed Type string delayed, Wno-deprecated
func TypeStringDelayed(x string, y int) {
cx := C.CString(x)
cy := C.size_t(y)