Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 545 Bytes

Description

This package use handle problem map[string]interface{} for create dynamic json for API.

Handle Problem

  • map[string]interface to string ✅
  • map[string]interface to int ✅
  • map[string]interface to thounsand string (k, m, etc) ✅
  • map[string]interface to string time ✅
  • map[string]interface to upcase/lowcase string ✅
  • map[string]interface to time different for human ✅
  • custom request http ✅

Thanks for depedency

  • github.com/golang-module/carbon
  • github.com/dustin/go-humanize