Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wfercanas/basic-golang

This project contains basic exercises to learn and practice the core concepts and syntax of Go.
https://github.com/wfercanas/basic-golang

golang

Last synced: 5 days ago
JSON representation

This project contains basic exercises to learn and practice the core concepts and syntax of Go.

Awesome Lists containing this project

README

        

# Basic Go

## Project Description

This project contains basic exercises to learn and practice the core concepts and syntax of Go. Within each folder you can find a Go file where you can review a specific concept.

## Concepts

1. Constants and Variables
2. Arithmetic
3. Conditionals
4. For loops
5. Data structures (structs, maps)
6. Pointers
7. Functions
8. Interfaces