blob: 7de3bb61240419a7b200cb73551c3149a2dc9662 [file] [log] [blame]
package b
import (
"fmt"
"os"
)
func main() {
v := os.Env()
fmt.Print(v)
}