Skip to content

Commit

Permalink
Remove pre-release disclaimer (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisoncarvalho authored Nov 7, 2024
1 parent 279c8b4 commit e12d3f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit e12d3f4

Please sign in to comment.