Giter Club home page Giter Club logo

go's Introduction

项目介绍

项目地址:https://github.com/xinliangnote/Go

Go 入门的学习笔记,从零开始学 Go,做一个 Go 工程师。

持续更新...

项目结构

├─ Go
│  ├─ 00-基础语法
│     ├── 01-环境安装
│     ├── 02-变量声明
│     ├── 03-数组
│     ├── 04-Slice 切片
│     ├── 05-Struct 结构体
│     ├── 06-Map 结构体
│     ├── 07-循环
│     ├── 08-函数
│     ├── 09-chan 通道
│     ├── 10-defer 函数
│     ├── 11-解析 JSON 数据
│     ├── 12-json.Unmarshal 遇到的小坑
│     ├── 13-结构(struct) 实现 接口(interface) 
│     ├── 14-学习 grpc.Dial(target string, opts …DialOption) 的写法
│     ├── 15-time.RFC3339 时间格式化
│     ├── 16-常用签名算法的基准测试
│  ├─ 01-Gin框架
│     ├── 01-框架安装
│     ├── 02-路由配置
│     ├── 03-使用 Logrus 进行日志记录
│     ├── 04-数据绑定和验证
│     ├── 05-自定义错误处理
│     ├── 06-统一定义 API 错误码
│  ├─ 02-gRPC
│     ├── 01-Go gRPC Hello World
│     ├── 02-Go gRPC 调试工具
│  ├─ 03-go-gin-api [文档]
│     ├── 01-使用 go modules 初始化项目
│     ├── 02-规划项目目录和参数验证
│     ├── 03-路由中间件 - 日志记录
│     ├── 04-路由中间件 - 异常捕获
│     ├── 05-路由中间件 - 链路追踪(Jaeger)- 理论
│     ├── 06-路由中间件 - 链路追踪(Jaeger)- 实战
│     ├── 07-路由中间件 - 签名验证

如果你发现本项目有内容上的错误,欢迎提交 issues 进行指正。

源码指引

【练手项目推荐!!!】 go-gin-api ⭐ ⭐ ⭐

Go - 基础篇

Gin 框架

Go gRPC

学习交流

🌟 关注微信公众号「新亮笔记」

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.