Update go (#17)

Reviewed-on: #17
Co-authored-by: phoenix <mail@kundeng.us>
Co-committed-by: phoenix <mail@kundeng.us>
This commit is contained in:
2026-04-04 21:54:30 -04:00
committed by phoenix
parent 2a519e2883
commit 6e7b2cdee8
5 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import (
"log"
"os"
"git.kundeng.us/phoenix/textsender-models/tx0/config"
axlry "git.kundeng.us/phoenix/textsender-models/tx0/config/auxiliary"
)
const (
@@ -24,7 +24,7 @@ func IsVersionFlagPresent() bool {
}
}
func ParseConfig(filepath string) (config config.TwilioConfig, success bool) {
func ParseConfig(filepath string) (config axlry.TwilioConfig, success bool) {
content, err := os.ReadFile(filepath)
log.Println("Reading config file...")