Skip to content

Commit 4dc53b5

Browse files
author
Norman Meier
committed
chore: remove duplicate utf16
Signed-off-by: Norman Meier <norman@samourai.coop>
1 parent 865c6d3 commit 4dc53b5

File tree

5 files changed

+2
-113
lines changed

5 files changed

+2
-113
lines changed

examples/gno.land/p/demo/teritori/ujson/gno.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ module gno.land/p/demo/teritori/ujson
22

33
require (
44
gno.land/p/demo/avl v0.0.0-latest
5-
gno.land/p/demo/teritori/utf16 v0.0.0-latest
65
gno.land/p/demo/users v0.0.0-latest
76
)

examples/gno.land/p/demo/teritori/ujson/strings.gno

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package ujson
22

33
import (
4+
"unicode/utf16"
45
"unicode/utf8"
5-
6-
"gno.land/p/demo/teritori/utf16"
76
)
87

98
const (

examples/gno.land/p/demo/teritori/utf16/gno.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/gno.land/p/demo/teritori/utf16/utf16.gno

Lines changed: 0 additions & 108 deletions
This file was deleted.

examples/gno.land/r/demo/teritori/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Used by some other packages to properly nest markdown renders
4444

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

47-
### gno.land/p/demo/teritori/utf16
47+
### unicode/utf16
4848

4949
Golang's utf16 library, used by ujson
5050

0 commit comments

Comments
 (0)