chore(tailscale): Add test

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-05-16 15:01:50 +10:00
parent 1457a76e88
commit f5205fb54e
2 changed files with 32 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ use std::os::fd::{AsRawFd, RawFd};
use std::os::windows::io::{AsRawHandle, RawHandle};
use std::os::raw::{c_char, c_int};
mod bindings;
#[cfg(test)]
mod test;
type GoInt = i64;