Fix message expiration

Also add missing `package` for sysmem/windows

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2019-10-03 13:32:58 -06:00
committed by Derek Collison
parent dd116fcfd4
commit 09c1acc36c
3 changed files with 23 additions and 10 deletions

View File

@@ -13,6 +13,8 @@
// +build windows
package sysmem
import (
"syscall"
"unsafe"