ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

从零学习go-第一篇

2021-09-27 19:59:09  阅读:197  来源: 互联网

标签:Functions Handling 第一篇 Interfaces 学习 Introduction go Structs


本人学习go之路,这个是我看的第一本书,分享给大家!

简介和安装:Introduction
1 - Introduction and Installation
2 - Hello World

变量:Variables, Types and Constants
3 - Variables
4 - Types
5 - Constants

方法和包:Functions and Packages
6 - Functions
7 - Packages

条件:Conditional Statements and Loops
8 - if else statement
9 - Loops
10 - Switch Statement

集合:Arrays, Slices and Variadic Functions
11 - Arrays and Slices
12 - Variadic Functions

结构:More types
13 - Maps
14 - Strings

指针:Pointers, Structs and Methods
15 - Pointers
16 - Structs
17 - Methods

接口:Interfaces
18 - Interfaces - I
19 - Interfaces - II

并发:Concurrency
20 - Introduction to Concurrency
21 - Goroutines
22 - Channels
23 - Buffered Channels and Worker Pools
24 - Select
25 - Mutex

面向对象:Object Oriented Programming
26 - Structs Instead of Classes
27 - Composition Instead of Inheritance
28 - Polymorphism

错误处理:Defer and Error Handling
29 - Defer
30 - Error Handling
31 - Custom Errors
32 - Panic and Recover

第一个:First Class Functions
33 - First Class Functions

反射:Reflection
34 - Reflection

文件:File Handling
35 - Reading Files
36 - Writing Files

按照这个基础学一遍,基本就掌握了go所有语法
学习地址:https://golangbot.com/learn-golang-series/

标签:Functions,Handling,第一篇,Interfaces,学习,Introduction,go,Structs
来源: https://blog.csdn.net/lwcbest/article/details/120515962

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有