How to set the environment variable in windows?
问题 Below Go code: var ( Address = os.Getenv("ADDR") Token = os.Getenv("TOKEN") ) reads the environment variables in windows In windows laptop, I have privilege to set user variables for my user login only. I created two variables(for above), but os.Getenv() cannot read the values. I do not have privilege to set system variables How to set environment variables in windows, with my user login? 回答1: In Windows, environment variables can be applied in two ways. Set modifies the current shell's (the