Namespace change (#4)

Reviewed-on: phoenix/twilio_sender#4
Co-authored-by: kdeng00 <kundeng00@pm.me>
Co-committed-by: kdeng00 <kundeng00@pm.me>
This commit is contained in:
kdeng00
2025-06-19 23:20:18 +00:00
committed by phoenix
parent 564caabff6
commit e8fda40a31
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import "os"
import "strings"
import (
"gitlab.com/kdeng00/twilio_sender/models"
"git.kundeng.us/phoenix/twilio_sender/models"
)
func GetPaths(args []string) (configPath string, numberPath string, messagePath string) {