summaryrefslogtreecommitdiff
path: root/finger/client.go
AgeCommit message (Collapse)Author
2024-01-13dial timeouts for clients, and catch up on test fixestjp
2024-01-10add a *Request to Responsetjp
2023-08-12multi-protocol clienttjpcc
Fixes #4
2023-08-12move common types to an internal packagetjpcc
This helps avoid import cycles.
2023-08-12finger protocol clienttjpcc