Fix internal imports: github.com -> git.marketally.com

This commit is contained in:
Tutus Development 2025-12-27 15:53:10 +00:00
parent 210cc2b24d
commit b397a6998f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
"os" "os"
"strings" "strings"
json "github.com/tutus-one/tutus-ordered-json" json "git.marketally.com/tutus-one/tutus-ordered-json"
) )
func ExampleMarshal() { func ExampleMarshal() {