Skip to content

leancloud/go-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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