diff options
| author | Jeff Carr <[email protected]> | 2025-09-10 13:00:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-10 13:00:40 -0500 |
| commit | eda66a77b689e25918aad16350231abaefad9ac4 (patch) | |
| tree | f0087ad9e514203169227e71ab90864bc7f67d1b /load.go | |
day1
Diffstat (limited to 'load.go')
| -rw-r--r-- | load.go | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +package config + +import ( + "os" + "strings" + "unicode" + + "go.wit.com/log" + "golang.org/x/term" +) + +// loads a file from ~/.config/<argname>/ +func Load(argname string) ([]byte, string) { +} |
