mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
chore(dev): ensure project compiles on darwin and windows
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//go:build !windows
|
||||
|
||||
package mod
|
||||
|
||||
import (
|
||||
@@ -0,0 +1,7 @@
|
||||
//go:build !linux
|
||||
|
||||
package mod
|
||||
|
||||
func Probe(moduleName string) error {
|
||||
panic("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user