chore(tun): not linux or not darwin tagged files
This commit is contained in:
7
internal/tun/check_unspecified.go
Normal file
7
internal/tun/check_unspecified.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !linux && !darwin
|
||||
|
||||
package tun
|
||||
|
||||
func (t *Tun) Check(path string) error {
|
||||
panic("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user