Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 810 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 810 Bytes

LeanCloud Go SDK

Golang SDK for LeanCloud Storage and LeanEngine.

import "github.com/leancloud/go-sdk/leancloud"

Examples

Documentation

Development

Release:

  • Update Version in leancloud/client.go
  • git tag v<major>.<minor>.<patch>
  • Update pkg.go.dev via GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/leancloud/go-sdk@v<major>.<minor>.<patch>
  • Write changelog on GitHub Releases
  • Upgrade golang-getting-started to latest SDK