Categorygithub.com/Tracking-SYS/go-lib
repository
0.0.8
Repository: https://github.com/tracking-sys/go-lib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

GO LIB

Preparation

  1. Install golangci-lint for Go linters aggregator. Follow here

How to use

  1. This library use under as private package. So remember set env GOPRIVATE before import to it into your project

     export GOPRIVATE=github.com/Tracking-SYS
    
  2. Download package with latest version

     go get -u github.com/Tracking-SYS/go-lib
    
  3. Import specific package

     import (
             "github.com/Tracking-SYS/go-lib/http"
             "github.com/Tracking-SYS/go-lib/trace"
    
              ....
     )
    

NOTE: This lib still be under development phase. Maybe not compatible

Update to: 2021-05-13