Skip to content

xpow-app/go-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple util for Golang

Tech Stack

  • Golang 1.14+
  • .. updating

Project Layout

auth-service
├── core
│   └── http-service
│   └── worker-service
├── pkg
│   └── credential: simple lib for credential
│       └── jwt
│   └── kafka
│       └── consumer
│       └── producer
│   └── mysql
│   └── util
│       └── assign
│       └── compare
│       └── convert
│       └── map
│       └── time
│       └── validator
├── go.mod
├── go.sum
└── LICENSE
└── README.md

Build and Run

For dev machine, follow the commands

Or you can user make command to build binary file

the binary file will be located at dist dir.

Testing

Run unit test with coverage and display as html format

make unit_test

How to use

go get -u github.com/hunken/go-toolkit

Releases

No releases published

Packages

No packages published

Languages