Skip to content

mickablondo/golang-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Golang Exercises

What's this?

Exercises to learn how to develop applications with Go.
Let MiK@ be your guide...

What are these exercises?

Simple exercises for now.
Open all the Go files and try them.
Edit variables and code to see how the code behaves.

How to run the apps?

First, install Go!
Then, execute this command:

go run .\src\<LEVEL>\<NUM_NAME>\main.go

Hmmm... why so many folders?

It's not permitted to declare multiple 'main' functions in the same package.
To try our code, we need one 'main' function per example... so we need one package per example, and a directory is a package in Go!
Is that clear? :-)

About

Exercises to learn coding with golang.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages