File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,15 @@ Options:
80
80
-v, --version Print version information.
81
81
```
82
82
83
+ ## Libraries
84
+
85
+ Libraries [implementing](docs/encoding.md) the Ecoji encoding standard. Submit PR to add a library to the table.
86
+
87
+ | Language | Link | Comments
88
+ |----------|------|----------
89
+ | Go | | This repository offers a Go library package with two functions [ecoji.Encode()](encode.go) and [ecoji.Decode()](decode.go).
90
+ | Java | | Coming soon, I plan to implement this and publish to maven central unless someone else does.
91
+
83
92
## Build instructions.
84
93
85
94
This is my first Go project, I am starting to get my bearings. If you are new
@@ -97,15 +106,6 @@ go get github.com/keith-turner/ecoji
97
106
go install github.com/keith-turner/ecoji/cmd/ecoji
98
107
```
99
108
100
- ## Libraries
101
-
102
- Libraries [implementing](docs/encoding.md) the Ecoji encoding standard. Submit PR to add a library to the table.
103
-
104
- | Language | Link | Comments
105
- |----------|------|----------
106
- | Go | | This repository offers a Go library package with two functions [ecoji.Encode()](encode.go) and [ecoji.Decode()](decode.go).
107
- | Java | | Coming soon, I plan to implement this and publish to maven central unless someone else does.
108
-
109
109
[emoji]: https://unicode.org/emoji/
110
110
[video]: https://www.youtube.com/watch?v=XCsL89YtqCs
111
111
[tour]: https://tour.golang.org/welcome/1
You can’t perform that action at this time.
0 commit comments