Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T13:14:40.000Z (6 months ago)
- Last Synced: 2024-07-18T22:16:59.329Z (5 months ago)
- Topics: arrays, functions, go, golang, helloworld, ifstatements, loops, maps, variables, visual-studio-code
- Language: Go
- Homepage:
- Size: 17.6 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