Documentation ¶ Overview ¶ Package env loads a minimal .env file. Shell-set variables always win over file values, matching tgcli.env in the Python reference. Index ¶ func LoadFile(path string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LoadFile ¶ func LoadFile(path string) error LoadFile reads a KEY=value file and writes any unset keys into the process environment. Quotes around values are stripped. Comments (#) and blank lines are ignored. Missing files are not an error. Types ¶ This section is empty. Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.