refactor: move SDK source from src/ to repo root for idiomatic import path

This commit is contained in:
2026-03-18 11:09:35 +00:00
parent e77afc2327
commit aadf26832c
10 changed files with 1 additions and 1 deletions
View File
View File
View File
View File
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"log"
tcbs "github.com/tiennm99/tcbs-api/src"
tcbs "github.com/tiennm99/tcbs-api"
)
func main() {
View File
View File