{"id":19163699,"url":"https://github.com/stnc/my_go_test","last_synced_at":"2025-07-05T17:32:24.909Z","repository":{"id":191299421,"uuid":"666681237","full_name":"stnc/my_go_test","owner":"stnc","description":"golang test library and example list","archived":false,"fork":false,"pushed_at":"2023-08-15T07:54:45.000Z","size":17049,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T22:43:26.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/stnc.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}},"created_at":"2023-07-15T08:06:31.000Z","updated_at":"2023-11-23T05:12:29.000Z","dependencies_parsed_at":"2023-08-29T08:20:35.489Z","dependency_job_id":null,"html_url":"https://github.com/stnc/my_go_test","commit_stats":null,"previous_names":["stnc/my_go_test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stnc/my_go_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stnc%2Fmy_go_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stnc%2Fmy_go_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stnc%2Fmy_go_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stnc%2Fmy_go_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stnc","download_url":"https://codeload.github.com/stnc/my_go_test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stnc%2Fmy_go_test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263778555,"owners_count":23510015,"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-11-09T09:16:23.007Z","updated_at":"2025-07-05T17:32:24.891Z","avatar_url":"https://github.com/stnc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my_go_test\n\n# command list \n\n## how complete (html output )\n\n```  go test -coverprofile=coverage.out ```\n\n## how complete (html output open to  web browser)\n\n```  go tool cover -html=coverage.out ```\n\n## how complete (percentile)\n\n```  go test -cover . ```\n\n``` go run ./cmd/web ```\n\n##  only single go page\n\n``` go test -timeout 30s -run ^Test_application_handlers$ webapp/cmd/web ```\n\n\n``` go test -timeout 30s -v -run TestAdd```\n\n``` go test -run TestAdd ./chapter02/calculator -v ```\n\n```go \n// Convert2Err error to string\nfunc Convert2Err(err error) string {\nbyteData := []byte(fmt.Sprintf(\"%v\", err))\nreturn string(byteData)\n}\n\nerr error\nerr = fmt.Errorf(\"reqRoot.Context.System.ApiEndpoint is empty\")\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstnc%2Fmy_go_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstnc%2Fmy_go_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstnc%2Fmy_go_test/lists"}