{"id":20065629,"url":"https://github.com/binatify/importgo","last_synced_at":"2025-10-28T17:34:10.982Z","repository":{"id":125435875,"uuid":"116921457","full_name":"binatify/importgo","owner":"binatify","description":"golang learning step by step.","archived":false,"fork":false,"pushed_at":"2020-08-01T15:02:27.000Z","size":20,"stargazers_count":35,"open_issues_count":0,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2023-03-08T02:48:10.119Z","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/binatify.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-10T07:08:24.000Z","updated_at":"2024-06-19T06:35:02.361Z","dependencies_parsed_at":null,"dependency_job_id":"2ef6fc92-d0b4-4226-a644-ff027a61ad68","html_url":"https://github.com/binatify/importgo","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binatify%2Fimportgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binatify%2Fimportgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binatify%2Fimportgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binatify%2Fimportgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binatify","download_url":"https://codeload.github.com/binatify/importgo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224460744,"owners_count":17315110,"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-13T13:51:29.743Z","updated_at":"2025-10-28T17:34:10.879Z","avatar_url":"https://github.com/binatify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# importgo\n\n一步一步学习 go 语言基础。\n\n* 视频教程：https://space.bilibili.com/276273794/#/\n* Gitbook 电子书：https://songjiayang.gitbooks.io/go-basic-courses/content/\n* Go 实战交流 QQ 群：694650181 （申请加入请备注“禾木课堂”）\n\n### 写在前面\n\n* 教学 Go 版本 1.9.x\n* 教学使用 `GOPATH` 为 `~/importgo`\n\n### 安装\n\n1. 下载安装对应版本 https://golang.org/dl/\n2. 查看 go 安装目录 `/usr/local/go` (Windows 下默认安装到 `c:\\Go`)\n3. 运行 `go version` 命令检查是否安装正确\n\nps： 推荐使用二进制默认安装方式\n\n### 项目环境变量\n\n本项目命名为 `importgo`, 故添加一个 `IMPORTGOROOT` 的环境变量进行所有的代码开发和演示：\n\n```\nexport IMPORTGOROOT=$HOME/importgo\nexport GOPATH=$IMPORTGOROOT # 覆盖 GOPATH 环境变为 importgo\nexport PATH=$IMPORTGOROOT/bin:$PATH #\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinatify%2Fimportgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinatify%2Fimportgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinatify%2Fimportgo/lists"}