github.com/aaabigfish/gopkg@v1.1.0/README.md (about)

     1  # gopkg
     2  
     3  
     4  ## 目录
     5  
     6  - [简介](#简介)
     7  - [如何使用](#如何使用)
     8  - [目录说明](#目录说明)
     9  - [License](#License)
    10  
    11  ## 简介
    12  
    13  `gopkg` 是 Go 的通用实用程序集合
    14  ## 如何使用
    15  
    16  ```go
    17  go get -u github.com/go/gopkg@master
    18  ```
    19  
    20  ## 目录说明
    21  ```
    22  ├── README.md
    23  ├── cache
    24  │   ├── asynccache
    25  │   ├── mcache
    26  │   └── redis
    27  ├── cloud
    28  │   ├── circuitbreaker
    29  │   └── metainfo
    30  ├── collection
    31  │   ├── hashset
    32  │   ├── lscq
    33  │   ├── skipmap
    34  │   ├── skipset
    35  │   └── zset
    36  ├── config
    37  ├── database
    38  │   ├── mongo
    39  │   └── orm
    40  ├── go.mod
    41  ├── internal
    42  │   ├── benchmark
    43  │   ├── hack
    44  │   ├── runtimex
    45  │   └── wyhash
    46  ├── lang
    47  │   ├── fastrand
    48  │   ├── stringx
    49  │   └── syncx
    50  ├── log
    51  ├── stat
    52  │   └── counter
    53  ├── timex
    54  └── util
    55      ├── gctuner
    56      ├── gopool
    57      └── xxhash3
    58  ```
    59  
    60  ## License
    61  
    62  `gopkg` is licensed under the terms of the Apache license 2.0. See [LICENSE](LICENSE) for more information.