You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ to the list is not an endorsement of its correctness or security.
93
93
| Language | Version | Comments |
94
94
|----------| ------- | -------- |
95
95
| [D](https://github.com/ohdatboi/ecoji-d) | V1 | Implementation of Ecoji written in the D programming language. |
96
-
| Go | V1,V2 | This repository offers a Go library package with three functions [ecoji.Encode()](encode.go) [ecoji.Encode2()](encode.go) and [ecoji.Decode()](decode.go). |
96
+
| Go | V1,V2 | This repository offers a Go library package with three functions [ecoji.Encode()](v2/encode.go) [ecoji.Encode2()](v2/encode.go) and [ecoji.Decode()](v2/decode.go). |
97
97
| [Java](https://github.com/netvl/ecoji-java) | V1 | Implementation of Ecoji written in Java, usable in any JVM language. |
98
98
| [.NET](https://github.com/abock/dotnet-ecoji) | V1 | Implementation of Ecoji written in C# targeting .NET Standard 2.0: [`dotnet add package Ecoji`](https://www.nuget.org/packages/Ecoji). |
99
99
| [PHP](https://github.com/Rayne/ecoji-php) | V1 | PHP 7.x implementation of Ecoji. Available as [`rayne/ecoji` on Packagist](https://packagist.org/packages/rayne/ecoji). |
0 commit comments