Golang tutorial series
Published
•1 min read
Search for a command to run...

No comments yet. Be the first to comment.
Setting up the development environment Let's create a directory where we want to write our hello world program. Open the terminal and run the following command. mkdir ~/Documents/learngo/ The above command will create a directory named learngo insid...
Mon 12 dec 22

Golang Tutorial
3 posts