8000 GitHub - thespecialone1/go-short
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thespecialone1/go-short

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Tutorials

Its a series of short Go tutorials to help me learn the language step-by-step.

Tutorial 1: Basics

  • Location: cmd/1.Basics/main.go
  • Overview: Introduces Go basics: variables, types, constants, and more.

Run Tutorial 1

go run cmd/1.Basics/main.go

Tutorial 2: Functions & Control Structures

  • Location: cmd/2.FuncAndCtrlStructures/main.go
  • Overview: Explores functions, error handling, and control structures (if-else and switch statements).

Run Tutorial 2

go run cmd/2.FuncAndCtrlStructures/main.go

Tutorial 3: Arrays, Slices, Maps & Loops

  • Location: cmd/3.Arrays_Slices_Maps/main.go
  • Overview: Explores arrays, slices, maps, and loops in Go.

Run Tutorial 3

go run cmd/3.Arrays_Slices_Maps/main.go

Tutorial 4: Strings, Runes & Bytes

  • Location: cmd/4.Strings_Bytes_Runes/main.go
  • Overview: Explores Strings, Runes, and Bytes in Go.

Run Tutorial 4

go run cmd/4.Strings_Bytes_Runes/main.go

Tutorial 5: Structs & Interfaces

  • Location: cmd/5.Structs_Interface/main.go
  • Overview: Explores Structs and Interfaces in Go.

Run Tutorial 5

go run cmd/5.Structs_Interface/main.go

Tutorial 6: Pointers

  • Location: cmd/6.Pointers/main.go
  • Overview: Explores Pointers in Go.

Run Tutorial 6

go run cmd/6.Pointers/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0