Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

alibaba-archive/rpc-client-go

Repository files navigation

English | 简体中文

Alibaba Cloud RPC Client for Go

Latest Stable Version Go Report Card codecov Travis Build Status Appveyor Build Status

Alibaba Cloud RPC Client for Go a tool for Go developers to manage client.

This document introduces how to obtain and use Alibaba Cloud RPC Client for Go.

Requirements

  • It's necessary for you to make sure your system have installed a Go environment which is new than 1.10.x.

Installation

Use go get to install:

$ go get -u github.com/aliyun/rpc-client-go

If you use dep to manage your dependence, you can use the following command:

$ dep ensure -add  github.com/aliyun/rpc-client-go

Quick Examples

Before you begin, you need to sign up for an Alibaba Cloud account and retrieve your Credentials.

License

Apache-2.0

Copyright (c) 2009-present, Alibaba Cloud All rights reserved.