Files
gluetun/internal/tun/check_unspecified.go

8 lines
112 B
Go
Raw Normal View History

//go:build !linux && !darwin
package tun
func (t *Tun) Check(path string) error {
panic("not implemented")
}