Home > Article > Backend Development > Go Language - Day 01
Hello Devs! ????
I'm going to dabble in Go a little, taking my time and recording things here...
What is the Go language?
?Launched in 2009, the Go programming language, also known as Golang, was developed by Google. It is a modern, efficient and safe language. It is used for the most diverse needs, ranging from cloud services to desktop applications.
Installation Process
?Step 01 - Download the Installation file for your environment
??Installation - All releases
??? Microsoft Windows - Windows 10 or later, Intel 64-bit processor
?Step 02 - Carry out the installation process
??"Next" solves the problem
?Step 03 - Ensure that the installation was carried out successfully
??Open the command prompt and run the command: go version
?Step 04 - Searching for references
??Before looking for videos, I prefer to start by reading something, so I'll go here first: The Go programming language
First step complete, now I'm going to start reading and then configure the environment to develop my first example.
See you next time! ?
☕? Now you can support by buying me a coffee
The above is the detailed content of Go Language - Day 01. For more information, please follow other related articles on the PHP Chinese website!