Skip to content

Commit

Permalink
chore: remove duplicate utf16
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@samourai.coop>
  • Loading branch information
n0izn0iz committed Apr 10, 2024
1 parent 865c6d3 commit 4dc53b5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 113 deletions.
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/teritori/ujson/gno.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ module gno.land/p/demo/teritori/ujson

require (
gno.land/p/demo/avl v0.0.0-latest
gno.land/p/demo/teritori/utf16 v0.0.0-latest
gno.land/p/demo/users v0.0.0-latest
)
3 changes: 1 addition & 2 deletions examples/gno.land/p/demo/teritori/ujson/strings.gno
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package ujson

import (
"unicode/utf16"
"unicode/utf8"

"gno.land/p/demo/teritori/utf16"
)

const (
Expand Down
1 change: 0 additions & 1 deletion examples/gno.land/p/demo/teritori/utf16/gno.mod

This file was deleted.

108 changes: 0 additions & 108 deletions examples/gno.land/p/demo/teritori/utf16/utf16.gno

This file was deleted.

2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/teritori/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Used by some other packages to properly nest markdown renders

Binary utilities we used before having JSON encoding to transfer complex object between UI and chain

### gno.land/p/demo/teritori/utf16
### unicode/utf16

Golang's utf16 library, used by ujson

Expand Down

0 comments on commit 4dc53b5

Please sign in to comment.