github.com/Aoi-hosizora/ahlib@v1.5.1-0.20230404072829-241b93cf91c7/README.md (about)

     1  # ahlib
     2  
     3  [![Build Status](https://app.travis-ci.com/Aoi-hosizora/ahlib.svg?branch=master)](https://app.travis-ci.com/github/Aoi-hosizora/ahlib)
     4  [![Codecov](https://codecov.io/gh/Aoi-hosizora/ahlib/branch/master/graph/badge.svg)](https://codecov.io/gh/Aoi-hosizora/ahlib)
     5  [![Go Report Card](https://goreportcard.com/badge/github.com/Aoi-hosizora/ahlib)](https://goreportcard.com/report/github.com/Aoi-hosizora/ahlib)
     6  [![License](http://img.shields.io/badge/license-mit-blue.svg)](./LICENSE)
     7  [![Release](https://img.shields.io/github/v/release/Aoi-hosizora/ahlib)](https://github.com/Aoi-hosizora/ahlib/releases)
     8  [![Go Reference](https://pkg.go.dev/badge/github.com/Aoi-hosizora/ahlib.svg)](https://pkg.go.dev/github.com/Aoi-hosizora/ahlib)
     9  
    10  + A personal golang library without any third-party library, inspired by [shomali11/util](https://github.com/shomali11/util), requires `Go >= 1.13`.
    11  
    12  ### Related libraries
    13  
    14  + [Aoi-hosizora/ahlib](https://github.com/Aoi-hosizora/ahlib)
    15  + [Aoi-hosizora/ahlib-more](https://github.com/Aoi-hosizora/ahlib-more)
    16  + [Aoi-hosizora/ahlib-mx](https://github.com/Aoi-hosizora/ahlib-mx)
    17  
    18  ### Packages
    19  
    20  + xcolor
    21  + xcondition
    22  + xconstant/headers
    23  + xconstant/regexps
    24  + xconstant/zones
    25  + xdefault
    26  + xerror
    27  + xgopool
    28  + xmodule
    29  + xnumber
    30  + xorderedmap
    31  + xpointer
    32  + xreflect
    33  + xruntime
    34  + xslice
    35  + xstatus
    36  + xstring
    37  + xtesting
    38  + xtime
    39  + xgeneric (separated package with `go >= 1.18` required)
    40  + xgeneric/xgmap
    41  + xgeneric/xgslice
    42  + xgeneric/xsugar
    43  + xgeneric/xtuple
    44  
    45  ### Dependencies
    46  
    47  + None