# GoGuide **Repository Path**: hopefire/go-guide ## Basic Information - **Project Name**: GoGuide - **Description**: Golang 面试宝典,提供 golang 面试常见的概念和面试题 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://goguide.ryansu.tech/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-01-27 - **Last Updated**: 2024-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Go Guide

**中文** | [English](./README.En.md) --- ![公众号](https://img.shields.io/badge/%E5%85%AC%E4%BC%97%E5%8F%B7-%E5%87%A0%E9%A2%97%E9%85%A5-blue) ![注意](https://img.shields.io/badge/%E6%B3%A8%E6%84%8F-%E5%85%B3%E6%B3%A8%E5%85%AC%E4%BC%97%E5%8F%B7%E5%8A%A0%E5%85%A5%E5%BE%AE%E4%BF%A1%E7%BE%A4-blue) # Go Guide Go Guide 是一个开源的 Golang 学习资料知识库,主要用于分享 Golang 相关的知识、概念、面试题和学习资料。 > 转载须知: 知识库内大部分内容为原创内容,转载需联系管理员。 ## [访问在线网站](https://goguide.ryansu.tech/) ## Golang 概念 ### 基础概念 - [25个保留关键字](https://goguide.ryansu.tech/guide/concepts/golang/1-keywords.html) - [数据类型](https://goguide.ryansu.tech/guide/concepts/golang/2-datatype.html) - [运算符](https://goguide.ryansu.tech/guide/concepts/golang/3-operator.html) - [错误处理](https://goguide.ryansu.tech/guide/concepts/golang/4-errorhanding.html) - [Map](https://goguide.ryansu.tech/guide/concepts/golang/5-map.html) - [切片](https://goguide.ryansu.tech/guide/concepts/golang/6-slice.html) - [信道](https://goguide.ryansu.tech/guide/concepts/golang/7-channel.html) - [Context](https://goguide.ryansu.tech/guide/concepts/golang/8-context.html) ### 计算机网络 - [计算机网络基础](https://goguide.ryansu.tech/guide/concepts/network/network.html) ### 数据库 - [数据库基础](https://goguide.ryansu.tech/guide/concepts/database/1-database-basic.html) ## 面试题 ### Golang - [基础](https://goguide.ryansu.tech/guide/interview/golang/basic/1-basic.html) - [进阶](https://goguide.ryansu.tech/guide/interview/golang/basic/2-medium.html) ### 本地查看 ```shell pnpm install pnpm docs:dev ```