diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 06:41:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 06:41:28 -0500 |
| commit | 5036409ef63bc4bf9b63d7dd0cf06cdcb2285ab9 (patch) | |
| tree | 725760124ab53cc1475fe0b4ca5fa0a62078a209 /config.FormatENV.go | |
| parent | 93a56f29dbf3bcceb3a58d59bc996845b762cb31 (diff) | |
use lib/ENV
Diffstat (limited to 'config.FormatENV.go')
| -rw-r--r-- | config.FormatENV.go | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/config.FormatENV.go b/config.FormatENV.go index bd3a156..1775ad6 100644 --- a/config.FormatENV.go +++ b/config.FormatENV.go @@ -1,13 +1,6 @@ package config -import ( - "errors" - "fmt" - "strings" - - "go.wit.com/log" -) - +/* func formatENV() (string, error) { if configPB == nil { return "", errors.New("configPB not initialized") @@ -49,3 +42,4 @@ func findByLower(lookingFor string) *Config { } return nil } +*/ |
