{"id":15393856,"url":"https://github.com/mitchellh/go-finger","last_synced_at":"2025-10-07T01:22:14.058Z","repository":{"id":57573051,"uuid":"96651180","full_name":"mitchellh/go-finger","owner":"mitchellh","description":"Finger protocol library","archived":false,"fork":false,"pushed_at":"2017-07-09T00:15:01.000Z","size":11,"stargazers_count":55,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T05:59:25.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitchellh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-09T00:13:53.000Z","updated_at":"2024-07-21T19:39:38.000Z","dependencies_parsed_at":"2022-09-17T05:02:02.209Z","dependency_job_id":null,"html_url":"https://github.com/mitchellh/go-finger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgo-finger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgo-finger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgo-finger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitchellh%2Fgo-finger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitchellh","download_url":"https://codeload.github.com/mitchellh/go-finger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173061,"owners_count":21224481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T15:20:34.548Z","updated_at":"2025-10-07T01:22:13.981Z","avatar_url":"https://github.com/mitchellh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-finger\n\ngo-finger is a [finger](https://en.wikipedia.org/wiki/Finger_protocol)\nlibrary written in Go. This contains both a client and server implementation.\n\nThe [finger protocol](https://tools.ietf.org/html/rfc1288) is an extremely\nsimple TCP protocol. It can be implemented without a library cleanly in only\na few dozen lines of code but a library helps ensure correctness and handles\nRFC-compliant request parsing automatically.\n\n## Example\n\n```go\nimport \"github.com/mitchellh/go-finger\"\n```\n\n### Server\n\n```go\ngo finger.Serve(finger.HandlerFunc(func(ctx context.Context, w io.Writer, q *finger.Query) {\n\tw.Write([]byte(fmt.Sprintf(\"Hello %q\", q.Username)))\n}))\n```\n\nYou can also set more detailed configurations by creating a `Server`\nstructure directly. The top-level `Serve` function sets reasonable defaults.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchellh%2Fgo-finger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitchellh%2Fgo-finger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitchellh%2Fgo-finger/lists"}