Skip to content

54m/cont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

移行しました

go-utils/cont

これはなんぞ?

"Hello, World!" の中に"Hello"が含まれているか知りたい場合は string.Contains("Hello, World!", "Hello") で良い
[]string{"1", "2", "3"}の中に"1"が含まれているか知りたい時は自前実装しないといけない
そんな時に一つにまとめられていて少しでも使えるものを作りました。

contとは

Easy Contains

導入

go get -u github.com/54m/cont

Example

ライセンス

MIT

Releases

No releases published

Packages

No packages published