forked from hswaw/hscloud
|
||
---|---|---|
.. | ||
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.