{"id":23399989,"url":"https://github.com/bbigras/go-tail-win","last_synced_at":"2025-04-08T19:54:02.001Z","repository":{"id":66574542,"uuid":"65116776","full_name":"bbigras/go-tail-win","owner":"bbigras","description":null,"archived":false,"fork":false,"pushed_at":"2016-08-07T06:59:43.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T15:47:31.378Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbigras.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":"2016-08-07T05:08:21.000Z","updated_at":"2016-08-07T05:28:23.000Z","dependencies_parsed_at":"2023-06-01T17:15:46.986Z","dependency_job_id":null,"html_url":"https://github.com/bbigras/go-tail-win","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/bbigras%2Fgo-tail-win","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Fgo-tail-win/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Fgo-tail-win/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbigras%2Fgo-tail-win/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbigras","download_url":"https://codeload.github.com/bbigras/go-tail-win/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247918934,"owners_count":21018043,"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-12-22T10:18:10.460Z","updated_at":"2025-04-08T19:54:01.992Z","avatar_url":"https://github.com/bbigras.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-tail-win\n===========\n[![GoDoc](https://godoc.org/github.com/brunoqc/go-tail-win?status.svg)](https://godoc.org/github.com/brunoqc/go-tail-win)\n[![Build status](https://ci.appveyor.com/api/projects/status/7wwyhxu523it1nu7?svg=true)](https://ci.appveyor.com/project/brunoqc/go-tail-win)\n\nA Go package that behaves like tail.\n\n##Sample code##\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/brunoqc/go-tail-win\"\n)\n\nfunc main() {\n    t, err := tail.TailFile(filePath)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tfor line := range t.Lines {\n        fmt.Printf(\"\u003e %q\\n\", line)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbigras%2Fgo-tail-win","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbigras%2Fgo-tail-win","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbigras%2Fgo-tail-win/lists"}