# 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)
---


# 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
```