Compare commits

..

3 Commits

Author SHA1 Message Date
Tutus Development b397a6998f Fix internal imports: github.com -> git.marketally.com 2025-12-27 15:53:10 +00:00
Tutus Development 210cc2b24d Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:24 +00:00
Admin aaa5646a4d Migrate module path to git.marketally.com 2025-12-27 09:55:44 -05:00
22 changed files with 8981 additions and 8981 deletions

View File

@ -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() {

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/tutus-one/tutus-ordered-json
module git.marketally.com/tutus-one/tutus-ordered-json
go 1.24