diff --git a/docs/guide/go/index.md b/docs/guide/go/index.md index 9c60cc4f7d..ee0b57c573 100644 --- a/docs/guide/go/index.md +++ b/docs/guide/go/index.md @@ -1,5 +1,5 @@ --- -title: Overview +title: Go Serialization Guide sidebar_position: 0 id: go_index license: | @@ -35,6 +35,8 @@ Apache Fory Go is a high-performance, cross-language serialization library for G ### Installation +**Requirements**: Go 1.24 or later + ```bash go get github.com/apache/fory/go/fory ```