Skip to content

abhishekkushwahaa/Golang-foundation

Repository files navigation

Golang Programming Language

Introduction

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Installation

To install Go, please follow the instructions here.

Hello World

package main

import "fmt"

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages