| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-23 | all: use for-range with numeric | Shulhan | |
| Go 1.22 now support for-range on numeric value. | |||
| 2024-03-09 | lib: move package "ssh/config" to "lib/sshconfig" | Shulhan | |
| Previously the "ssh/config" is used by the parent package "ssh" and "ssh/sftp" which is break the rule of package layer (the top package should be imported by sub package, not the other way around). | |||
