Private
Public Access
1
0

Add config file handling, get OpenAPI API key using it

This commit is contained in:
2023-11-04 17:30:03 +00:00
parent 40a692f674
commit f91ae88fcd
5 changed files with 85 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ import (
"github.com/spf13/cobra"
)
var config = LoadConfig()
var store, storeError = InitializeStore()
func checkStore() {