Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/guide/go/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Overview
title: Go Serialization Guide
sidebar_position: 0
id: go_index
license: |
Expand Down Expand Up @@ -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
```
Expand Down
Loading