mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-06 20:10:11 +02:00
chore(tun): not linux or not darwin tagged files
This commit is contained in:
@@ -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