https://github.com/gongbaochicken/golang-notes
:notebook_with_decorative_cover: Notes for Golang basics, web services, database.
https://github.com/gongbaochicken/golang-notes
go golang golang-examples newbiefriendly notebook notes
Last synced: 6 months ago
JSON representation
:notebook_with_decorative_cover: Notes for Golang basics, web services, database.
- Host: GitHub
- URL: https://github.com/gongbaochicken/golang-notes
- Owner: gongbaochicken
- Created: 2018-03-06T07:52:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T06:45:48.000Z (over 7 years ago)
- Last Synced: 2025-04-09T22:51:44.240Z (6 months ago)
- Topics: go, golang, golang-examples, newbiefriendly, notebook, notes
- Homepage: http://www.happyisotope.com/
- Size: 23.4 KB
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang Notes
## :books: Golang学习笔记。

笔者使用Go主要目的是方便研究分布式和存储,为以后的职场挑战做准备。因此我觉得有必要开一个系列慢慢记录我的学习过程,既然是笔记性质的,所以可能有些地方不详细,欢迎fork和补充。
本Golang系列的笔记,范围从Golang基础,Go web和Network的应用,相关Tech Talk点评总结,著名项目源码和架构解读再到Toy Project的开发设计。
积跬步,至千里。一起努力~ :rocket:
更多信息, 欢迎阅读我的blog: [Happy Isotope](http://www.happyisotope.com) :yum:
## :memo: 目录导航
### Basics:[Golang 101系列基础篇 String, Array, Slice](https://github.com/gongbaochicken/Golang-Notes/blob/master/golang101_01_array_slice.md)
[Golang 101系列基础篇-Map](https://github.com/gongbaochicken/Golang-Notes/blob/master/golang101_02_map.md)
[Golang 101系列基础篇——Struct和Interface](https://github.com/gongbaochicken/Golang-Notes/blob/master/golang101_03_struct_interface.md)
[Golang 101系列基础篇——Useful functions](https://github.com/gongbaochicken/Golang-Notes/blob/master/golang101_04_functions.md)
[Golang 101系列基础篇——初识Goroutine](https://github.com/gongbaochicken/Golang-Notes/blob/master/golang101_05_routine.md)
[Golang 101系列网络篇——初识Channel](https://github.com/gongbaochicken/Golang-Notes/blob/master/golang101_06_channel.md)
### Database Topics:
[Golang和RabbitMQ](https://github.com/gongbaochicken/Golang-Notes/blob/master/golang101_01_array_slice.md)### Web Topics:
[Golang 101系列网络篇——TCP Server](https://github.com/gongbaochicken/Golang-Notes/blob/master/golang101_Web01_TCP_Server.md)(Keep updating...)