aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh/sftp/file_attrs.go
AgeCommit message (Expand)Author
11 daysall: apply go fixShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2023-12-17ssh/sftp: use fixed slice length when converting in unpackFileAttrsShulhan
2023-12-17ssh/sftp: update comments to use references [...]Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-11ssh/sftp: realign struct for better size allocationShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-07-12ssh/sftp: make the package compatible with standard fs packageShulhan
2021-07-12ssh/sftp: new package that implement SSH File Transport Protocol v3Shulhan