https://github.com/leancloud/go-sdk
Golang SDK for LeanCloud Storage and LeanEngine
https://github.com/leancloud/go-sdk
leancloud leanengine
Last synced: 22 days ago
JSON representation
Golang SDK for LeanCloud Storage and LeanEngine
- Host: GitHub
- URL: https://github.com/leancloud/go-sdk
- Owner: leancloud
- License: apache-2.0
- Created: 2020-02-11T07:17:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T03:33:07.000Z (11 months ago)
- Last Synced: 2025-04-05T04:51:15.932Z (about 2 months ago)
- Topics: leancloud, leanengine
- Language: Go
- Homepage: https://leancloudblog.com/announce-leancloud-go-sdk/
- Size: 236 KB
- Stars: 12
- Watchers: 15
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeanCloud Go SDK
Golang SDK for LeanCloud Storage and LeanEngine.```go
import "github.com/leancloud/go-sdk/leancloud"
```## Examples
- [LeanEngine Getting Started](https://github.com/leancloud/golang-getting-started)
## Documentation
- [Go SDK Setup](https://leancloud.cn/docs/sdk_setup-go.html)
- [API Reference](https://pkg.go.dev/github.com/leancloud/go-sdk/leancloud)## Development
Release:
- Update `Version` in `leancloud/client.go`
- `git tag v..`
- Update pkg.go.dev via `GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/leancloud/go-sdk@v..`
- Write changelog on [GitHub Releases](https://github.com/leancloud/go-sdk/releases)
- Upgrade [golang-getting-started](https://github.com/leancloud/golang-getting-started) to latest SDK