modulepackage
0.0.0-20200715124224-d12360e95669
Repository: https://github.com/wedojava/gears.git
Documentation: pkg.go.dev
# README
gears
# Functions
No description provided by the author
DaysAgo judge t, if it is n days ago.
Exists judge the path, return true while exist, whatever it's a file or folder.
No description provided by the author
No description provided by the author
GetInput get string from os.Stdin filted \r and \n.
GetPrefixedFiles return a files slice from walk over the folder path and filtered by prefix string.
GetUnPrefixedFiles return a files slice from walk over the folder path and filtered by without prefix string.
HttpGetBody request url to get Html Body, if get error occur it'll try n times.
No description provided by the author
No description provided by the author
No description provided by the author
HttpGetSiteViaTwitterJS get post site via twitter share javascripts' json data.
HttpGetTitleViaTwitterJS get post title via twitter share javascripts' json data.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StrSliceDeDupl is used for string slice deduplication.
StrSliceDiff return strings in sl1 but not in sl2.
StrSliceDiff2 return strings in sl1 but not in sl2.