From 88dd92de4055583062aa40861324fba55891bed8 Mon Sep 17 00:00:00 2001 From: Michael Le Date: Wed, 29 Mar 2023 10:50:54 -0700 Subject: [PATCH] Update go documentation link to point to root module (#7879) Co-authored-by: Derek Bailey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f528cdad..e46f0b35a 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