mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-20 16:43:53 +00:00
Piotr Dobrowolski
1254c9905b
Change-Id: Ib66d48dd4b5eab23c31bb4931855b2f9c7a6d57c Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/2093 Reviewed-by: q3k <q3k@hackerspace.pl> Reviewed-by: radex <radex@hackerspace.pl> |
||
---|---|---|
.. | ||
BUILD.bazel | ||
client.go | ||
e2e_test.go | ||
errors.go | ||
README.md | ||
request.go | ||
request_test.go | ||
response.go | ||
response_test.go | ||
server.go | ||
server_test.go |
Implementation of the IDENT protocol (RFC 1413) protocl in Go.
Currently implements a server and client. Should be well documented enough to be usable.