dragonquest / env

env linux utility ported to go (for windows; basic functionality only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

env

I ported the env linux shell command to go so it can be used under Windows as well.

More info: https://en.wikipedia.org/wiki/Env

example

env GOOS=linux GOARCH=arm GOARM=5 go build

limitations

Only very basic version

About

env linux utility ported to go (for windows; basic functionality only)

License:MIT License


Languages

Language:Go 100.0%