hikari-8 / go-pre-basic

preparation for basic idea of go, this is just a memo for my learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preparation for Golang πŸ’“

Repo Structure

The repo structure is organized as follows:

β”œβ”€β”€ variables/                #  Basic grammar: variables
β”œβ”€β”€ types/                    #  Basic grammar: types(string, int, float, byte, list, interface, type-conversion)
β”œβ”€β”€ constant/                 #  Basic grammar: constant
└── /                    #

About

preparation for basic idea of go, this is just a memo for my learning


Languages

Language:Go 96.9%Language:HTML 3.1%