package
0.0.0-20250212211733-1f4b29d7994b
Repository: https://github.com/protocolscience/astralgo.git
Documentation: pkg.go.dev
# Functions
B2S converts byte slice to a string without memory allocation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HttpGetBytes 带 cookie 的 GET 请求.
HTTPGetReadCloser 从 Http url 获取 io.ReadCloser.
No description provided by the author
No description provided by the author
No description provided by the author
NewCache - initialization of new cache.
NewGzipReadCloser 从 io.ReadCloser 创建 gunzip io.ReadCloser.
No description provided by the author
NewUploadWaiter return a new UploadWaiter.
No description provided by the author
No description provided by the author
RunTCPPingLoop 使用 tcp 进行 ping.
S2B converts string to a byte slice without memory allocation.
Select 如果A为nil 将会返回 B 否则返回A 对应 ?? 语法.
No description provided by the author
No description provided by the author
XmlEscape xml escape string.
# Structs
Cache - simple implementation of cache More information: https://en.wikipedia.org/wiki/Time_to_live.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UploadWaiter 用于控制并发上传,当有一个文件多次上传时, 等待第一个上传,后续的上传并发进行(可以秒传).