How to write a 'Hello World' program in Go

preview_player
Показать описание
To understand the basic structure of a Go program, let’s write a customary “Hello World” program. We start with a package declaration, import our fmt package, and lastly write our function. At this point, you should be able to compile and run your code.

What you will need to get started:
- IDE (Integrated Development Environment) such as Visual Studio Code + Go extension, Goland, Vim + vim-go, etc..

----

Other Links:
Рекомендации по теме
Комментарии
Автор

That spelling mistake triggered me the entire video.

drmaj