coder2z / g-saber

Named from the Swiss Army Knife.This is a golang development kit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G-Saber

Named from the Swiss Army Knife.This is a golang development kit.

šŸš€Installation

go get -u github.com/coder2z/g-saber

šŸ””Features

Encapsulate many tool functions and methods, and continue to update. Most of the methods are open source and other open source projects.

xcfg        = > config
xcolor      = > color formatting
xconsole    = > console output
xdefer      = > stack execution method
xerrgroup   = > group coroutine run
xfile       = > file folder operating
xflag       = > cobra secondary packaging
xgp         = > coroutine pool
xjson       = > json operating
xlog        = > log
xnet        = > network operating
xreminder   = > task execution
xsignls     = > signal management
xstring     = > various string operations
xtime       = > time operations
xtransform  = > all kinds of data conversion
xvalidator  = > data verification

āš“Usage

Direct correspondence method is OKļ¼

xcast.ToTimeE()
......

šŸŽ‰Contribute code

Open source projects are inseparable from everyoneā€™s support. If you have a good idea, encountered some bugs and fixed them, and corrected the errors in the document, please submit a Pull Request~

  1. Fork this project to your own repo
  2. Clone the project in the past, that is, the project in your warehouse, to your local
  3. Modify the code
  4. Push to your own library after commit
  5. Initiate a PR (pull request) request and submit it to the provide branch
  6. Waiting to merge

šŸ“•License

Distributed under MIT License, please see license file within the code for more details.

About

Named from the Swiss Army Knife.This is a golang development kit.

License:Apache License 2.0


Languages

Language:Go 100.0%