Example #1
0
//卸载dll
func UnloadDll(dll *syscall.DLL) {
	if dll != nil {
		dll.Release()
	}
}