Code Monkey home page Code Monkey logo

golangstudy's Introduction

GolangStudy

This is Golang Study Note Directory

查看版本号

go version

查看env

go env

拓展链接

web框架

流行度排行
beego
echo
gin go社区文档
看云gin文档
gin快速使用
gin-admin-vue
官网
中文官网
go常用库

拉不下来包

export GOPATH=/usr/local/go/bin
export GOPROXY=https://goproxy.io
export PATH=$PATH:$GOPATH
export GO111MODULE=on

开启module

go env -w GO111MODULE=on

设置代理

go env -w GOPROXY=https://goproxy.io,direct

微服务框架

go-kit
go micro
go-zero

常用网址

go基础知识
go基础知识v1
go基础知识v2---micro
菜鸟GO
文档和技术论坛
gomod 详细使用
go官网库
go官方pkg中文
github对pgk的使用例子

go mod使用

go mod使用.png

Table of Contents

1.Go的特性和快速体验

Go语言的特点
Google为什么要创造Go语言

2.Go的基本结构说明和HelloWorld程序开发快速入门

Go的程序开发和基本结构说明
Golang的执行流程分析
编译和运行的说明
Go程序开发的注意事项
Golang的常用转义字符escape-char
Golang的注释-comment
Golang规范的代码风格

3.DOS介绍以及常用命令

DOS

4.Golang变量

概念
变量使用的基本步骤
变量的使用注意事项和细节
变量在代码运行中的变化
变量的三种声明方式
变量的声明,初始化和赋值
程序中+号的使用

5.Golang的数据类型

整数类型
浮点类型
字符类型
布尔类型
字符串类型
基本数据类型默认值

6.Golang的数据类型转换

Golang的基本数据类型相互转换
基本数据类型转string类型

golangstudy's People

Contributors

aresyoungls avatar

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.