From 2910671fa406e47eef0f31034020e97155944b7d Mon Sep 17 00:00:00 2001 From: Michael Le Date: Thu, 23 Mar 2023 20:48:25 -0700 Subject: [PATCH] Update go documentation link to point to root module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f528cdad36..e46f0b35af9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Code generation and runtime libraries for many popular languages. 1. C++ - [snapcraft.io](https://snapcraft.io/flatbuffers) 1. C# - [nuget.org](https://www.nuget.org/packages/Google.FlatBuffers) 1. Dart - [pub.dev](https://pub.dev/packages/flat_buffers) -1. Go - [go.dev](https://pkg.go.dev/github.com/google/flatbuffers/go) +1. Go - [go.dev](https://pkg.go.dev/github.com/google/flatbuffers) 1. Java - [Maven](https://search.maven.org/artifact/com.google.flatbuffers/flatbuffers-java) 1. JavaScript - [NPM](https://www.npmjs.com/package/flatbuffers) 1. Kotlin