Binary Environment (#256)
Adds a fission environment for arbitrary linux binaries.
This commit is contained in:
committed by
Soam Vasani
parent
a8fc7a7029
commit
85983c91cd
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
// See README.md in the examples/binary directory for instructions
|
||||
func main() {
|
||||
fmt.Println("Hello World!")
|
||||
fmt.Printf("Environment: %v", os.Environ())
|
||||
}
|
||||
Reference in New Issue
Block a user