Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-util

golang 实现的工具方法

cache 缓存

type Cache interface {
	Get(key string) interface{}
	Put(key string, val interface{})
	Size() int
}

lruCache 最近最少更新

order 排序

排序方法 func
冒泡排序 Bubble

stack 栈

strings 字符串操作

About

go utils package

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages