os: implement StartProcess

Signed-off-by: leongross <leon.gross@9elements.com>
This commit is contained in:
leongross
2024-11-07 09:45:47 +01:00
committed by GitHub
parent c02a8141c7
commit f9f439ad49
10 changed files with 295 additions and 36 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build linux || unix
package syscall
func Exec(argv0 string, argv []string, envv []string) (err error)