mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-28 04:46:50 -04:00
* Added HV Socket tests Added tests for core Hyper-V socket functionality, including testing CloseRead and CloseWrite, as well as checking addresses are appropriate and timeouts work. Added fuzzing test to check for edge case read/write issues. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> * pr: asserts, naming, fatal in test Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
11 lines
73 B
Plaintext
11 lines
73 B
Plaintext
.vscode/
|
|
|
|
*.exe
|
|
|
|
# testing
|
|
testdata
|
|
|
|
# go workspaces
|
|
go.work
|
|
go.work.sum
|