terrastruct / TALA

A diagram layout engine designed specifically for software architecture diagrams
https://terrastruct.com/tala
Other
194 stars 4 forks source link

windows auth home directory #53

Open alixander opened 1 year ago

alixander commented 1 year ago

windows has convention to use USERPROFILE as well as some other paths. should detect runtime and choose appropriately, instead of always assuming HOME is the env var for home directory.

related: https://github.com/mitchellh/go-homedir/blob/main/homedir.go