//
pkg.gl
Category
github.com/GZShi/net-agent/v2
utils
package
2.1.2
Repository:
https://github.com/gzshi/net-agent.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
104 SLOC
#
Functions
LinkReadWriteCloser
LinkReadWriteCloser 连接两个可读写的对象,直到出现读写错误或EOF为止 任意一端的读写发生错误后,都会执行两个对象的Close操作.
LoadJSONFile
LoadJSONFile 加载json文件到对象里.
NextNameStr
NextNameStr 出现重名时,在后面加上数字后缀.
WaitCtrlC
WaitCtrlC 等待终端发出ctrl+c中断信号.