mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
os: implement StartProcess
Signed-off-by: leongross <leon.gross@9elements.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//go:build linux || unix
|
||||
|
||||
package syscall
|
||||
|
||||
func Exec(argv0 string, argv []string, envv []string) (err error)
|
||||
|
||||
Reference in New Issue
Block a user