{"id":19024913,"url":"https://github.com/sonujose/golang-callicoder-mod","last_synced_at":"2026-06-30T10:31:17.818Z","repository":{"id":115803772,"uuid":"242536787","full_name":"sonujose/golang-callicoder-mod","owner":"sonujose","description":"Golang project using callicoder packr","archived":false,"fork":false,"pushed_at":"2020-02-23T14:59:26.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T19:12:47.716Z","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/sonujose.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-23T14:59:19.000Z","updated_at":"2020-04-04T01:45:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"d59558a0-ac1b-48dc-b8d4-5ba066d146e9","html_url":"https://github.com/sonujose/golang-callicoder-mod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sonujose/golang-callicoder-mod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fgolang-callicoder-mod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fgolang-callicoder-mod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fgolang-callicoder-mod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fgolang-callicoder-mod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonujose","download_url":"https://codeload.github.com/sonujose/golang-callicoder-mod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonujose%2Fgolang-callicoder-mod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34963632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-08T20:39:31.784Z","updated_at":"2026-06-30T10:31:17.783Z","avatar_url":"https://github.com/sonujose.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GO Project\nsample Go project that has multiple custom packages with a bunch of source code files and see how the same concept of package declaration, imports, and exports apply to custom packages as well (https://www.callicoder.com/golang-packages/).\n\n\n## Initialize a Go module by typing the following commands:\n\n```s\nmkdir packer \ncd packer\ngo mod init github.com/callicoder/packer\n```\n\nNow create some source files and place them in different packages inside our project.\n\n```s\n# Building the Go module\n$ go build\n```\n\n## Package Alias\nYou can use package alias to resolve conflicts between different packages of the same name, or just to give a short name to the imported package\n\n## Manually installing packages\nYou can use go get command to download 3rd party packages from remote repositories.\n\n```s\n$ go get -u github.com/jinzhu/gorm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonujose%2Fgolang-callicoder-mod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonujose%2Fgolang-callicoder-mod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonujose%2Fgolang-callicoder-mod/lists"}