Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

22 changed files with 8981 additions and 8981 deletions

View File

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

2
go.mod
View File

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