Categorygithub.com/mulinbc/cls
repositorypackage
0.0.5
Repository: https://github.com/mulinbc/cls.git
Documentation: pkg.go.dev

# README

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"