envoy: Initial changes

This commit is contained in:
Travis Groth 2020-05-18 16:34:31 -04:00
parent 8f78497e99
commit 99e788a9b4
107 changed files with 2542 additions and 3322 deletions

View file

@ -0,0 +1,7 @@
// +build !linux
package envoy
import "syscall"
var sysProcAttr = &syscall.SysProcAttr{}