-
Notifications
You must be signed in to change notification settings - Fork 829
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SDK page with full list of current SDKs. (#778)
Also made a better landing page for the Go SDK
- Loading branch information
1 parent
13c8270
commit 843aee0
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Go Game Server Client SDK" | ||
linkTitle: "Go" | ||
date: 2019-05-17T10:17:50Z | ||
weight: 30 | ||
description: "This is the Go version of the Agones Game Server Client SDK. " | ||
--- | ||
|
||
Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more details on each of the SDK functions and how to run the SDK locally. | ||
|
||
## Installation | ||
|
||
`go get` the source, {{< ghlink href="sdks/go" >}}directly from Github{{< /ghlink >}} | ||
|
||
## Usage | ||
|
||
Review the [GoDoc](https://godoc.org/agones.dev/agones/sdks/go) for usage instructions |