{"id":16944451,"url":"https://github.com/jmkim/golang-github-kdzlvaids-example","last_synced_at":"2026-04-21T10:02:32.069Z","repository":{"id":82075564,"uuid":"146392512","full_name":"jmkim/golang-github-kdzlvaids-example","owner":"jmkim","description":"Debian packaging for kdzlvaids/example -- Just for training","archived":false,"fork":false,"pushed_at":"2018-08-28T06:47:17.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T04:43:41.091Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmkim.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":"2018-08-28T04:37:01.000Z","updated_at":"2018-08-28T06:51:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"2dadbf31-f8e4-49d6-9b9d-74e744ab8043","html_url":"https://github.com/jmkim/golang-github-kdzlvaids-example","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkim%2Fgolang-github-kdzlvaids-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkim%2Fgolang-github-kdzlvaids-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkim%2Fgolang-github-kdzlvaids-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmkim%2Fgolang-github-kdzlvaids-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmkim","download_url":"https://codeload.github.com/jmkim/golang-github-kdzlvaids-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244759960,"owners_count":20505716,"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-13T21:18:11.552Z","updated_at":"2026-04-21T10:02:27.019Z","avatar_url":"https://github.com/jmkim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go example projects\n\nThis repository contains a collection of Go programs and libraries that\ndemonstrate the language, standard libraries, and tools.\n\n## The examples\n\n### [hello](hello/) ([godoc](//godoc.org/github.com/golang/example/hello)) and [stringutil](stringutil/) ([godoc](//godoc.org/github.com/golang/example/stringutil))\n\n    go get github.com/golang/example/hello\n\nA trivial \"Hello, world\" program that uses a stringutil package.\n\nCommand [hello](hello/) covers:\n\n* The basic form of an executable command\n* Importing packages (from the standard library and the local repository)\n* Printing strings ([fmt](//golang.org/pkg/fmt/))\n\nLibrary [stringutil](stringutil/) covers:\n\n* The basic form of a library\n* Conversion between string and []rune\n* Table-driven unit tests ([testing](//golang.org/pkg/testing/))\n\n### [outyet](outyet/) ([godoc](//godoc.org/github.com/golang/example/outyet))\n\n    go get github.com/golang/example/outyet\n\nA web server that answers the question: \"Is Go 1.x out yet?\"\n\nTopics covered:\n\n* Command-line flags ([flag](//golang.org/pkg/flag/))\n* Web servers ([net/http](//golang.org/pkg/net/http/))\n* HTML Templates ([html/template](//golang.org/pkg/html/template/))\n* Logging ([log](//golang.org/pkg/log/))\n* Long-running background processes\n* Synchronizing data access between goroutines ([sync](//golang.org/pkg/sync/))\n* Exporting server state for monitoring ([expvar](//golang.org/pkg/expvar/))\n* Unit and integration tests ([testing](//golang.org/pkg/testing/))\n* Dependency injection\n* Time ([time](//golang.org/pkg/time/))\n\n### [appengine-hello](appengine-hello/) ([godoc](//godoc.org/github.com/golang/example/appengine-hello))\n\n\tgoapp get github.com/golang/example/appengine-hello\n\nA trivial \"Hello, world\" App Engine application intended to be used as the\nstarting point for your own code.\n\n_Note_: The `goapp` tool is part of the [Google App Engine SDK for Go](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go).\n\n### [gotypes](gotypes/) ([godoc](//godoc.org/github.com/golang/example/gotypes))\n\nThe `go/types` package is a type-checker for Go programs. It is one of the most\ncomplex packages in Go's standard library, so we have provided this tutorial to\nhelp you find your bearings. It comes with several example programs that you\ncan obtain using `go get` and play with as you learn to build tools that analyze\nor manipulate Go programs.\n\n### [template](template/) ([godoc](//godoc.org/github.com/golang/example/template))\n\nA trivial web server that demonstrates the use of the\n[`template` package](https://golang.org/pkg/text/template/)'s `block` feature.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmkim%2Fgolang-github-kdzlvaids-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmkim%2Fgolang-github-kdzlvaids-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmkim%2Fgolang-github-kdzlvaids-example/lists"}