one-piece-official / Nimbus

Simple Lightweight Go utility library - ✨ new contributors welcome ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

收集一些常用的操作函数,辅助更快的完成开发工作,并减少重复代码。

About Nimbus

参加魁地奇比赛,首先需要一把飞天扫帚,这也是巫师们最常使用的交通工具。基本分为横扫系列,彗星系列和光轮系列。罗恩曾经收到一支全新的横扫十一号做为礼物。马尔福家的扫帚是彗星一百二十号(Comet one twenty)。哈利·波特的飞天扫帚就是光轮2000(Nimbus2000)。

footer

Overview

  1. 以保证性能为前提,提供有效的方法;
  2. 部分函数可以用来替换标准库函数,并与标准库函数保持一致的功能;
  3. 部分函数仅会在一些特定的业务场景下有效。

Standard

  • 与标准库包名一致的使用 ex 前缀, 避免与标准库包冲突;
  • 子包的 README.md 需要详述该包的用途和用例。

Technologies

Todo.

Getting Started

Installation

go get github.com/one-piece-official/Nimbus

Features

Package hash functions.

Function Description #
MD5 Fast hashing 1138ac2
SHA1 - -

Usage

Todo.

Release History

  • 0.2.1
    • ADD: 限量时间控制
  • 0.2.0
    • ADD: ADD OS parser
  • 0.1.1
    • ADD: Add new hash module

Contributing to Nimbus

To contribute to Nimbus, follow these steps:

  1. Fork this repository.
  2. Clone it.
  3. Push your job on your repository
  4. When the job is done, submit a pull request, and that's it!

Alternatively see the GitHub documentation on creating a pull request.

Contributors ✨

Thanks to the following people who have contributed to this project:

chenhang
Hang CHEN
GiaoGiaoCat
GiaoGiaoCat

Acknowledgements

LICENSE

Personal uses are governed by the MIT License. See LICENSE for more information.

About

Simple Lightweight Go utility library - ✨ new contributors welcome ✨

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%