sv / kdbgo

kdb+ client driver for Go
MIT License
44 stars 29 forks source link

Fix dial to use net.DialTimeout function. #26

Closed lkramer closed 5 years ago

lkramer commented 5 years ago

Noticed that the DialKDBTimeout did not seem to use the correct underlying Go net function.