# README
GO LIB
Preparation
- Install golangci-lint for Go linters aggregator. Follow here
How to use
-
This library use under as private package. So remember set env
GOPRIVATE
before import to it into your projectexport GOPRIVATE=github.com/Tracking-SYS
-
Download package with latest version
go get -u github.com/Tracking-SYS/go-lib
-
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
# 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
provide a global opinionated logger using zap.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author