I completed codeacademy's Golang course and created 3 projects.
,-.----.
,-.----. ___ ,---, \ / \ ___
\ / \ ,--.'|_ ,--.' | | : \ ,--.'|_
; : \ ,--, | | :,' | | : | | .\ : __ ,-. ,---. .--. | | :,'
| | .\ : ,'_ /| : : ' : : : : .--.--. . : |: |,' ,'/ /| ' ,'\ .--,`| : : ' :
. : |: | .--. | | :.;__,' / : | |,--. / / ' | | \ :' | |' | / / | | |. ,---. ,---. .;__,' /
| | \ : ,'_ /| : . || | | | : ' || : /`./ | : . /| | ,'. ; ,. : '--`_ / \ / \| | |
| : . / | ' | | . .:__,'| : | | /' :| : ;_ ; | |`-' ' : / ' | |: : ,--,'| / / | / / ':__,'| :
; | | \ | | ' | | | ' : |__ ' : | | | \ \ `. | | ; | | ' ' | .; : | | '. ' / |. ' / ' : |__
| | ;\ \: | : ; ; | | | '.'|| | ' | : `----. \ : ' | ; : | | : | : | |' ; /|' ; :__ | | '.'|
: ' | \.'' : `--' \ ; : ;| : :_:,' / /`--' / : : : | , ; \ \ / __| : '' | / |' | '.'| ; : ;
: : :-' : , .-./ | , / | | ,' '--'. / | | : ---' `----'.'__/\_: || : || : : | , /
| |.' `--`----' ---`-' `--'' `--'---' `---'.| | : : \ \ / \ \ / ---`-'
`---' `---` \ \ / `----' `----'
`--`-'
For my first project I used Go to print some ASCII art.
Then I created a comic book directory to strengthen my knowledge of strings and variables.
A Money Heist game using a random/time generator, if/else and switch statements.
An Interstellar travel project to calculate the fuel remaining after travelling to different planets using, functions, returns and if/else statements.