mulinbc / cls

Tencent cloud CLS SDK for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLS(Cloud Log Service)

Package cls provides simple API for CLS.

Installation

To install cls package, you need to install Go and set your Go workspace first.

  1. The first need Go installed (version 1.13+ is required), then you can use the below Go command to install cls.

    go get -u github.com/mulinbc/cls
  2. Import it in your code:

    import "github.com/mulinbc/cls"

About

Tencent cloud CLS SDK for Go

License:GNU General Public License v3.0


Languages

Language:Go 100.0%