push
This commit is contained in:
commit
1d167420c3
89 changed files with 10707 additions and 0 deletions
9
cmd/yggdrasil/sandbox_other.go
Normal file
9
cmd/yggdrasil/sandbox_other.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//go:build !linux
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/gologme/log"
|
||||
|
||||
func applySandbox(_ bool, _ *log.Logger) error {
|
||||
return nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue