Skip to content

MartinCastroAlvarez/go-lang-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-lang-app

GoLang Application

wallpaper.jpg

Go, often referred to as Golang because of its domain name (golang.org), is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It was officially announced in November 2009 and has since grown in popularity, being used in many Google production systems and other large-scale projects.

Go is known for its simplicity, efficiency, and strong support for concurrent programming. Its syntax is clean and concise, aiming to be expressive yet unambiguous. Here are some key features and characteristics of Go:

Instructions

Compile and run program:

go run main.go

Compile binary executable:

go build

About

GoLang Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages