
Redirected from
github.com/shgopher/gotools.
package
module
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: May 9, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
basic tools in GO
list
list |
description |
id |
Unique id generation algorithm, support distributed |
sort |
sort algorithm like quick sort,merge sort |
limit |
Current limit algorithm |
Read file's path name |
read file's path name,and the children folder's file path name |
HERE
Documentation
¶
func FileRecipient(done <-chan bool, paths <-chan string, result chan *resultValue)
file recipient.
return a map[string][md5.Size]byte
string is path
[md5.Size]byte mean the file's only Identifier
put a root path,and return whole file path.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.