From b397a6998f1c5febe6df8b01423416158b7ab956 Mon Sep 17 00:00:00 2001 From: Tutus Development Date: Sat, 27 Dec 2025 15:53:10 +0000 Subject: [PATCH] Fix internal imports: github.com -> git.marketally.com --- example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_test.go b/example_test.go index e6b1295..639abcb 100644 --- a/example_test.go +++ b/example_test.go @@ -13,7 +13,7 @@ import ( "os" "strings" - json "github.com/tutus-one/tutus-ordered-json" + json "git.marketally.com/tutus-one/tutus-ordered-json" ) func ExampleMarshal() {