Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 695 Bytes

README.md

File metadata and controls

59 lines (30 loc) · 695 Bytes

Golang

To install Go lang only need go to https://golang.org/ and follow tutorial

01 Hello

Create hello worl

02 Vars

Show type for variable in golang and how declare

03 Packages

Create a new package and use in your project

04 Function

How Create a function

05 Array Slices

How create a arrow and assing values

06 Conditionals

How use condition

07 Loops

Iterables for

08 Maps

How create Maps

09 Range

How iterable Maps

10 Pointer

How use pointer

11 Closures

How use closures

12 Structs

How use Structures

13 Interfaces

How implement and use Interfaces

14 Web

Create a simple web service