{"id":40579183,"url":"https://github.com/interma/go-skeleton","last_synced_at":"2026-01-21T02:33:26.028Z","repository":{"id":57491466,"uuid":"122150989","full_name":"interma/go-skeleton","owner":"interma","description":"a go project skeleton","archived":false,"fork":false,"pushed_at":"2018-03-03T03:13:22.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-14T00:34:50.654Z","etag":null,"topics":["example","golang","skeleton"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interma.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-02-20T03:29:01.000Z","updated_at":"2022-05-09T20:46:12.000Z","dependencies_parsed_at":"2022-08-30T04:00:29.889Z","dependency_job_id":null,"html_url":"https://github.com/interma/go-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/interma/go-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interma%2Fgo-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interma%2Fgo-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interma%2Fgo-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interma%2Fgo-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interma","download_url":"https://codeload.github.com/interma/go-skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interma%2Fgo-skeleton/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28623294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"online","status_checked_at":"2026-01-21T02:00:08.227Z","response_time":86,"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":["example","golang","skeleton"],"created_at":"2026-01-21T02:33:25.523Z","updated_at":"2026-01-21T02:33:26.023Z","avatar_url":"https://github.com/interma.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-skeleton\na go project skeleton\n\n## directory\nunder GOPATH/src/:\n/Users/hma/go/src/github.com/interma/go-skeleton\n\nln to your workspace for convenience\n```\ncd /Users/hma/workspace/\nln -s ~/go/src/github.com/interma/go-skeleton\n```\n\n## build, run-test, and execution\n```\n$ make depend\n...\n\n$ make lint\ngometalinter -s vendor ./...\nmain.go:18:1:warning: run_webserver is unused (deadcode)\n...\n\n$ make unit\ngofmt -w -s main.go pkg\ngoimports -w main.go pkg\nginkgo -r -cover -coverprofile=coverage.out pkg/add\n=== RUN   TestAdd\n--- PASS: TestAdd (0.00s)\n\tadd_test.go:6: in TestAdd\nPASS\ncoverage: 100.0% of statements\n\nGinkgo ran 1 suite in 269.124388ms\nTest Suite Passed\n\n$ make coverage\ngofmt -w -s main.go pkg\ngoimports -w main.go pkg\nginkgo -r -cover -coverprofile=coverage.out pkg/add\n=== RUN   TestAdd\n--- PASS: TestAdd (0.00s)\n\tadd_test.go:6: in TestAdd\nPASS\ncoverage: 100.0% of statements\n\nGinkgo ran 1 suite in 257.989526ms\nTest Suite Passed\ngo tool cover -func=pkg/add/coverage.out\ngithub.com/interma/go-skeleton/pkg/add/add.go:3:\tAdd\t\t100.0%\ntotal:\t\t\t\t\t\t\t(statements)\t100.0%\n\n$ make build_mac\ngofmt -w -s main.go pkg\ngoimports -w main.go pkg\nenv GOOS=darwin GOARCH=amd64 go build -tags 'main'  -o main_mac -ldflags \"\"\n\n$ ./main_mac\n0.1\n3\n\n$ make clean\nrm -f main_mac main_linux /Users/hma/go/bin/main pkg/add/coverage.out\n\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterma%2Fgo-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterma%2Fgo-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterma%2Fgo-skeleton/lists"}