https://github.com/thomasleavy/gotutorials
Go programming language tutorials that introduce how to print a hello message, variables, arrays, if statements, loops, maps and functions.
https://github.com/thomasleavy/gotutorials
arrays functions go golang helloworld ifstatements loops maps variables visual-studio-code
Last synced: about 2 months ago
JSON representation
Go programming language tutorials that introduce how to print a hello message, variables, arrays, if statements, loops, maps and functions.
- Host: GitHub
- URL: https://github.com/thomasleavy/gotutorials
- Owner: thomasleavy
- License: mit
- Created: 2024-05-24T14:45:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T20:34:25.000Z (9 months ago)
- Last Synced: 2025-02-14T16:41:05.119Z (4 months ago)
- Topics: arrays, functions, go, golang, helloworld, ifstatements, loops, maps, variables, visual-studio-code
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
7 Go Tutorials
This repository contains 7 simple Go programming tutorials.
You will learn about:
- Printing messages in the console
- Variables
- Arrays
- If Statements
- Loops (For, While and For Each)
- Maps, and
- Functions
