Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.19.5_amd64_windows_v0.5.2.zip | 2023-01-19 | 23.5 MB | |
gofs_go1.19.5_amd64_linux_v0.5.2.tar.gz | 2023-01-19 | 11.6 MB | |
README.md | 2023-01-18 | 660 Bytes | |
v0.5.2.tar.gz | 2023-01-18 | 135.8 kB | |
v0.5.2.zip | 2023-01-18 | 232.6 kB | |
Totals: 5 Items | 35.5 MB | 0 |
Enhancements
- Add the
fsctl
tool. - Remove the
session_mode
flag, use thesession_connection
flag to recognize the session mode. - Mask the encrypt secret and decrypt secret of report api.
- Add the
hostname
field for report api. - The
PrintVersion
function supports specifying the program name. - Code refactoring, register all commands to the global variable and add the
Name
function to display the command name. - Initialize the
writeMap
with a specified size. - Update dependency, github.com/gin-gonic/gin v1.8.1 => v1.8.2.
- Update dependency, github.com/minio/minio-go/v7 v7.0.44 => v7.0.46.
- Update the build badge(#67).