-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
279c8b4
commit e12d3f4
Showing
1 changed file
with
1 addition
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ | |
# StackGuardian SDK For Go (sg-sdk-go) | ||
`sg-sdk-go` is the StackGuardian SDK for the Go Programming language. | ||
|
||
_**DISCLAIMER:** The StackGuardian SDK for Go is currently in pre-release mode and is intended to be used with StackGuardian test servers and not in production environments_. | ||
|
||
The SG SDK requires a minimum version of `Go 1.19`. | ||
|
||
Check out the notes in the release for information about the latest bug fixes, updates and features added to the SDK. | ||
|
@@ -22,7 +20,7 @@ SG_API_TOKEN | |
Install the SDK: | ||
To get started working with the SDK, setup your project for Go modules and retrieve the SDK dependencies using `go get`. | ||
``` | ||
go get github.com/StackGuardian/[email protected]-beta-2 | ||
go get github.com/StackGuardian/[email protected] | ||
``` | ||
|
||
### Sample Usage | ||
|