首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
baseFileWriter.go
】的更多相关文章
baseFileWriter.go
package blog4go import ( "fmt" "os" "sync" "time" ) const ( // unit of sizes _ = iota // ignore first value by assigning to blank identifier // KB unit of kilobyte KB int64 = 1 << (10 * iota) // MB unit of meg…