mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 14:39:31 +01:00
20 lines
605 B
Markdown
20 lines
605 B
Markdown
|
# 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).
|