Skip to content

Latest commit

 

History

History
 
 

go-collection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

集合处理

项目介绍

  • 常用的集合处理

下载安装

go get -u github.com/deatil/go-collection

使用

package main

import (
    "fmt"
    "github.com/deatil/go-collection/collection"
)

func main() {
    collection.Collect([]string)
}

版权

  • 本软件包代码来自于网络
  • 核心原始包为 github.com/chenhg5/collection