{"id":21817101,"url":"https://github.com/jmhobbs/gopher","last_synced_at":"2025-08-15T18:46:59.338Z","repository":{"id":136381153,"uuid":"173526150","full_name":"jmhobbs/gopher","owner":"jmhobbs","description":"A Gopher protocol library for Go","archived":false,"fork":false,"pushed_at":"2019-03-03T03:31:02.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T00:59:05.977Z","etag":null,"topics":["go","golang","gopher","server","toy"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmhobbs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-03T03:24:45.000Z","updated_at":"2021-07-20T16:03:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"c83125f9-5349-4dc4-a3a8-6dc0ae61dfa9","html_url":"https://github.com/jmhobbs/gopher","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/jmhobbs%2Fgopher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhobbs%2Fgopher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhobbs%2Fgopher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhobbs%2Fgopher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmhobbs","download_url":"https://codeload.github.com/jmhobbs/gopher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244776353,"owners_count":20508507,"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":["go","golang","gopher","server","toy"],"created_at":"2024-11-27T15:39:15.833Z","updated_at":"2025-03-21T10:14:38.181Z","avatar_url":"https://github.com/jmhobbs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/jmhobbs/gopher.svg?branch=master)](https://travis-ci.org/jmhobbs/gopher) [![codecov](https://codecov.io/gh/jmhobbs/gopher/branch/master/graph/badge.svg)](https://codecov.io/gh/jmhobbs/gopher) [![GoDoc](https://godoc.org/github.com/jmhobbs/gopher?status.svg)](https://godoc.org/github.com/jmhobbs/gopher)\n\n# Gopher Go\n\nThis is a toy library for implementing gopher protocol servers in Go.\n\nIt's loosely structured after net/http and is api unstable.\n\n# Usage\n\n    s := gopher.Server{}\n\n    h := gopher.HandleFunc(func(resp gopher.Response, req gopher.Request) {\n       resp.WriteMenu(gopher.Menu{[]gopher.Link{\n           gopher.Link{gopher.TextFile, \"About\", \"/about\", \"localhost\", 7070},\n           gopher.Link{gopher.FullTextSearch, \"Search\", \"/search\", \"localhost\", 7070},\n           }})\n       resp.Write([]byte(\"Welcome to my Gopher hole!\"))\n       resp.End()\n    }\n\n    s.ListenAndServe(\"127.0.0.1:7070\", h))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmhobbs%2Fgopher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmhobbs%2Fgopher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmhobbs%2Fgopher/lists"}