{"id":13413514,"url":"https://github.com/alwindoss/morse","last_synced_at":"2026-02-17T01:10:48.459Z","repository":{"id":57496569,"uuid":"144809867","full_name":"alwindoss/morse","owner":"alwindoss","description":"Morse Code Library in Go","archived":false,"fork":false,"pushed_at":"2022-08-30T10:12:15.000Z","size":29,"stargazers_count":81,"open_issues_count":5,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-30T21:38:41.943Z","etag":null,"topics":["decode","encode","go","golang","library","morse","morse-code"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/alwindoss/morse","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alwindoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-15T05:31:31.000Z","updated_at":"2024-08-28T19:22:27.000Z","dependencies_parsed_at":"2022-09-02T01:21:20.245Z","dependency_job_id":null,"html_url":"https://github.com/alwindoss/morse","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwindoss%2Fmorse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwindoss%2Fmorse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwindoss%2Fmorse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwindoss%2Fmorse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alwindoss","download_url":"https://codeload.github.com/alwindoss/morse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635503,"owners_count":20322951,"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":["decode","encode","go","golang","library","morse","morse-code"],"created_at":"2024-07-30T20:01:42.096Z","updated_at":"2026-02-17T01:10:43.411Z","avatar_url":"https://github.com/alwindoss.png","language":"Go","readme":"# morse\n[![Go Report Card](https://goreportcard.com/badge/github.com/alwindoss/morse)](https://goreportcard.com/report/github.com/alwindoss/morse)\n[![CircleCI](https://circleci.com/gh/alwindoss/morse.svg?style=svg)](https://circleci.com/gh/alwindoss/morse)\n[![codecov](https://codecov.io/gh/alwindoss/morse/branch/master/graph/badge.svg)](https://codecov.io/gh/alwindoss/morse)\n[![Go Reference](https://pkg.go.dev/badge/github.com/alwindoss/morse.svg)](https://pkg.go.dev/github.com/alwindoss/morse)\n[![License](https://img.shields.io/pypi/l/Django.svg)](https://github.com/alwindoss/morse/blob/master/LICENSE)\n\nMorse Code Library in Go\n\n## Download and Use\n`go get -u -v github.com/alwindoss/morse`\n\nor\n\n`dep ensure -add github.com/alwindoss/morse`\n\n# Sample Usage\n\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\t\"strings\"\n\n\t\"github.com/alwindoss/morse\"\n)\n\nfunc main() {\n\th := morse.NewHacker()\n\tmorseCode, err := h.Encode(strings.NewReader(\"Convert this to Morse\"))\n\tif err != nil {\n\t\treturn\n\t}\n\t// Morse Code is: -.-. --- ...- . .-. - / - .... .. ... / - --- / -- --- .-. ... .\n\tfmt.Printf(\"Morse Code is: %s\\n\", string(morseCode))\n}\n```\n","funding_links":[],"categories":["Miscellaneous","Microsoft Office","其他杂项","杂项","Uncategorized","其他"],"sub_categories":["Strings","Uncategorized","暂未分类","Advanced Console UIs","未分类的","暂未分类这些库被放在这里是因为其他类别似乎都不适合。","交流"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwindoss%2Fmorse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falwindoss%2Fmorse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwindoss%2Fmorse/lists"}