diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 10:17:51 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 10:17:51 -0500 | 
| commit | de85934267a150290d4ffff052027a3363f3ce10 (patch) | |
| tree | 50dd9fc058861dac34b0f630fd141199be5a00bc | |
| parent | 965542b03bc18d5c8e6c4db13088f4a538da55a8 (diff) | |
using ENV
| -rw-r--r-- | config.go | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ import (  	"os"  	"path/filepath" +	"go.wit.com/lib/ENV"  	"go.wit.com/lib/config"  	"go.wit.com/lib/protobuf/forgepb"  	"go.wit.com/log"  | 
