烂翻译系列之Golang新手入门——目录

Installing Go  安装Go

Instructions for downloading and installing Go.

Go的下载和安装指南。

Tutorial: Getting started  教程:入门

A brief Hello, World tutorial to get started. Learn a bit about Go code, tools, packages, and modules.

以简洁的Hello, World教程开始。学习一点Go代码,工具,包,和模块。

Tutorial: Create a module  教程:创建模块

A tutorial of short topics introducing functions, error handling, arrays, maps, unit testing, and compiling.

介绍函数,错误处理,数组,映射,单元测试,和编译的简短主题教程。

Tutorial: Developing a RESTful API with Go and Gin  教程:使用Go和Gin开发一个RESTful API

Introduces the basics of writing a RESTful web service API with Go and the Gin Web Framework.

介绍使用Go和Gin Web框架编写RESTful web service API的基础知识

Tutorial: Getting started with generics (beta)  教程:范型入门(测试版)

With generics, you can declare and use functions or types that are written to work with any of a set of types provided by calling code.

使用范型,你可以声明和使用特殊的函数或类,这些函数和类可以和一组类型中的任意一个具体类型一起工作,这个具体类型由调用代码提供。

Writing Web Applications  编写Web应用

Building a simple web application.

构建一个简单的web应用。

How to write Go code  怎样编写Go代码

This doc explains how to develop a simple set of Go packages inside a module, and it shows how to use the go command to build and test packages.

posted @ 2022-01-07 16:04  菜鸟吊思  阅读(75)  评论(0)    收藏  举报