123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Computer-Programming >> View Article

Go Green: Setting Up Go And Crafting A Basic 'hello World' Project In Golang

Profile Picture
By Author: Madhumati
Total Articles: 14
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

Skills Required:

• Basic Programming Knowledge: Understanding fundamental programming concepts like variables, data types, loops, conditional statements, and functions.
• Basic Command line interface (CLI): Comfort with navigating through the command line interface is beneficial as you might need to execute commands to install Go and manage your Go projects.
• Understanding of Development Environments: Basic knowledge of working in an Integrated Development Environment (IDE) or a text editor like Visual Studio Code can be advantageous for setting up the Go development environment.

Go Programming Language:

Go was originally built for programs related to networking and infrastructure. It was intended to replace popular high-performance server-side languages like Java and C++. Go, also called Golang or Go language. It is an open-source programming language developed by Google.

The history of Go:

Google created Golang to solve its software engineering issues and to provide an alternative to C++. Google began designing Go in 2007 by Robert Griesemer, Rob Pike, Ken Thompson and ...
... in 2009 Google announced Go is an open-source project where community members could collaborate on ideas and code. Version 1.0 was later released in 2012.

Golang vs. Java: Performance

Concurrency:
• Golang has built-in support for concurrency with go-routines and channels.
• Java has concurrency features like threads and synchronized blocks.

Compilation:
• Golang is a compiled language with fast compilation times.
• Java is c compiled language that can also be interpreted through the use of a JVM.

Garbage collection:
• Golang has a concurrent garbage collector which does not stop the program execution.
• Java has a garbage collector that may pause the program execution to free memory.

Package management:
• Golang has a built-in package management system called “go modules”.
• Java uses external package management tools like Maven and Gradle.

Performance:
•Golang is known for high-performance and low-latency processing capabilities.
•Java is relatively slower in terms of performance due to its virtual machine architecture.

Installation of Go on Visual Studio Code:

•Go on Browser and type Download Go, and then you will get the very first link go. dev.
•Go to go. dev link and you will see featured downloads under which based on your operating system download the file.
•After downloading the installer file, just go to the installer file (Where you saved the installer file).
•Simply double-click on the installer file and it will start the setup Wizard.
•Wizard will say “Welcome to the Go programming Language Setup Wizard “.
•Just click on the Next button.
•Then accept the license agreement and click on the next button.
•Destination folder – no need to change the default setting just click on the next button.
•Then Wizard will say “Ready to install Go programming language” Just click on the install button.
•Your system will ask you about changes to be made in your system – say yes.
•It will start the installation process, It will take a little time to install Go on your system.
•Finally, click on the Finish button.

Setting environment variable on windows:

•Go to Edit the system environment variables (control panel).
•Click on Environment variables button.
•Click on New Button and Go path here.
•Choose Go path. (ex: C:\Users\\go)
•Click ok.

Installation of Go on Visual Studio Code:
•Open Visual Studio Code.
•Go to Extension.
•Search extension – Go (by golang.go)
•Click on install button.
•Once it installed you are ready to work on Golang projects.

Simple HelloWorld Programme:

•Create hello-world directory.
cd mkdir hello-world (Type it in cmd)
•Type “code .” to open Visual Studio code
•Create a file with filename as – main.go
•Type below code,

package main

import "fmt"

func main() {
fmt.Println("Hello World!")
}


•Open terminal and run below command,
go run hello-world/main.go

O/P: Hello World!

Below is the explanation of above code:

•Package main – We are declaring a package called main here because will need to declare the main() function, which can only be declared in a package named main.
•Import “fmt” – The fmt package provides functions to print.
•func main() – The main() is a special function that is executed first when the program starts. The main() function in Go should always be declared in the main package.
•fmt.Println(“Hello world!”) – It prints the passed argument to the standard output together with a new line.

Conclusion:

Go (Golang) stands as a powerful language for backend development renowned for its concurrency support and performance advantages over established languages like Java. Installation of Go on visual studio code sets the stage for seamless Go development, empowering beginners to initiate coding journeys effortlessly.

Credit- Madhumati S.

MetricsViews Pvt. Ltd.
MetricsViews specializes in building a solid DevOps strategy with cloud-native including AWS, GCP, Azure, Salesforce, and many more. We excel in microservice adoption, CI/CD, Orchestration, and Provisioning of Infrastructure - with Smart DevOps tools like Terraform, and CloudFormation on the cloud.

www.metricsviews.com

Total Views: 99Word Count: 739See All articles From Author

Add Comment

Computer Programming Articles

1. Which Institute Is Best For Coding And Programming In Bhopal?
Author: Shankar Singh

2. Top 9 Benefits Of Custom Mobile Application Development
Author: Byteahead

3. Top 10 Creative Business Ideas For Entrepreneurs
Author: Byteahead

4. Top 10 Apps Like Tiktok Everyone Should Check Out
Author: Byteahead

5. Is The Apple Watch Series 7 Worth It For Seniors?
Author: Ashish

6. The Ultimate Guide To Ebay Product Listing Services: Elevate Your Online Store
Author: rachelvandereg

7. Which Are The Best Java Coding Classes In Bhopal?
Author: Shankar Singh

8. Warehouse Management In Zambia: Essential Features To Look For
Author: Doris Rose

9. Ecommerce Web Design And Development In Melbourne With The Merchant Buddy
Author: themerchantbuddy

10. Why Website Maintenance Is Crucial For Business Success
Author: Yogendra Shinde

11. Boost Your Business With Smart Invoice Pos Software In Zambia
Author: Cecilia Robert

12. How Stablecoin Development Ensures Stability And Security?
Author: Michael noah

13. Công Cụ Tính Chiều Cao Chuẩn Từ Minbin Tool: Đo Lường Và Cải Thiện Chiều Cao Hiệu Quả
Author: KenJi123

14. How To Make A Courier App For Courier Delivery And Tracking Service
Author: Deorwine Infotech

15. Reputation Management In The Digital Age: Protecting And Enhancing Your Law Firm’s Image
Author: jamewilliams

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: