Skip to content

Commit f1c7164

Browse files
committed
update readme
1 parent ccafe5a commit f1c7164

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ Options:
8080
-v, --version Print version information.
8181
```
8282
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+
8392
## Build instructions.
8493
8594
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
97106
go install github.com/keith-turner/ecoji/cmd/ecoji
98107
```
99108
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-
109109
[emoji]: https://unicode.org/emoji/
110110
[video]: https://www.youtube.com/watch?v=XCsL89YtqCs
111111
[tour]: https://tour.golang.org/welcome/1

0 commit comments

Comments
 (0)