mirror of
https://github.com/tiennm99/tcbs-api.git
synced 2026-09-19 12:24:12 +00:00
refactor: move SDK source from src/ to repo root for idiomatic import path
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
tcbs "github.com/tiennm99/tcbs-api/src"
|
||||
tcbs "github.com/tiennm99/tcbs-api"
|
||||
)
|
||||
|
||||
func main() {
|
||||
Reference in New Issue
Block a user