3
0
mirror of https://github.com/ergochat/ergo.git synced 2026-04-28 03:28:02 +02:00
Shivaram Lingamneni 3bd3c6a88a upgrade go-ident
Fixes a socket leak (that doesn't seem to be affecting tilde.town?)
2023-09-12 01:39:49 -04:00
..
2023-09-12 01:39:49 -04:00

# RFC 1413 (Identification Protocol) client

This package provides a client for the [Identification Protocol](https://tools.ietf.org/html/rfc1413).

---

[![GoDoc](https://godoc.org/github.com/DanielOaks/go-ident?status.svg)](https://godoc.org/github.com/DanielOaks/go-ident) [![Go Report Card](https://goreportcard.com/badge/github.com/DanielOaks/go-ident)](https://goreportcard.com/report/github.com/DanielOaks/go-ident)

---

## Installation

```sh
go get github.com/DanielOaks/go-ident
```

## Documentation

Documentation can be found at [godoc.org](http://godoc.org/github.com/DanielOaks/go-ident).