Categorygithub.com/fishjam/go-library
repository
0.0.5
Repository: https://github.com/fishjam/go-library.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

# README

go-library

Go Reference

中文用户请看 这里

Usage

  • go get github.com/fishjam/go-library

Some go common functions

  • verify: help functions to handle go error
  • flog: simple log wrapper used in verify, user need customize it by call SetLoggerFactory
  • mime/multipart/VirtualWriter:
    • similar as go multipart.Writer, but can support upload large files(4G+) with small memory consume

Notice

    1. Don't use any other 3rd library(example: log,ut) with minimum import impact.