{"id":17949971,"url":"https://github.com/noook/go-project","last_synced_at":"2025-04-03T15:43:42.524Z","repository":{"id":123779237,"uuid":"117240648","full_name":"noook/go-project","owner":"noook","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-12T13:15:13.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T04:28:02.794Z","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/noook.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":"2018-01-12T12:50:53.000Z","updated_at":"2018-01-12T12:51:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"74389fdc-3192-405e-b1b4-fe8ac28d9fe0","html_url":"https://github.com/noook/go-project","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/noook%2Fgo-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fgo-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fgo-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noook%2Fgo-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noook","download_url":"https://codeload.github.com/noook/go-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247031369,"owners_count":20872288,"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-29T09:36:06.192Z","updated_at":"2025-04-03T15:43:42.505Z","avatar_url":"https://github.com/noook.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golang-project\n\nThis is my first project in Golang. We had 3 things to do:\n\n### Calculator\n\nMake a program that takes for first argument in CLI the operator (+, -, *, /) and numbers separated by a space.\nThe program then makes the operation as follows:\n`go run calc/calc.go + 4 6 2 7` will do `4 + 6 + 2+ 7` and return `19`\n**Note :** To use the operator `*`, you have to call it in quotes (`\"*\"`)\n\n### File Stats\n\nMake a program that takes for argument a file.\nIt will return its name, its size in bytes, and count which letter is the least and the most recurrent in the file.\n\n### Web scraper\n\nMake a program that takes for argument a file, in which each line corresponds to a URL.\nThe program will then count the number of `\"@\"` present in the HTML.\nFor a list of more than 1 URL, use goroutines to use multi-thread to find emails in all the URLS in concurrency.\n\n**Bonus :** Fetch every email adress present in the HTML thanks to regexp, sort them, and display them\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoook%2Fgo-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoook%2Fgo-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoook%2Fgo-project/lists"}