Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.08 KB

container

container扩展了Go语言的容器库

Build Status Go Walker

Features

  • hashset
  • order map
  • array list

Installation

安装container使用"go get"命令

go get github.com/aiwuTech/container

Update

更新container使用"go get -u"命令

go get -u github.com/aiwuTech/container

API

请参考Go Walker

FAQ

如果使用过程中遇到任何问题,希望主动与aiwuTech团队联系,也可提交Issues,我们会及时解决

THANKS

container参考了很多gods的设计,特别感谢!

License

container基于 Apache License, Version 2.0.