Skip to content

ivandi1980/my-gobasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Basics

Description

This is a collection of Codes and examples for learning Go.

This Project will be updated regularly.

Note: This is a very basic Codes so it's for beginners.

Folder Structure

Here is the Temporary folder structure of the project :

├───my-basics
│   ├───arrays
│       ├───array-example.go
│   ├───datatypes
│       ├───datatypes-example.go
│   ├───variables
│       ├───variable-example.go
│   ├───go.mod
│   ├───main.go
│   ├───README.md

Installation

To install Go, follow the instructions at https://golang.org/doc/install.

Running Go

To run a Go program, use the go run command. For example, to run the main.go program, use the following command:

go run main.go

Building Go

To build a Go program, use the go build command. For example, to build the main.go program, use the following command:

go build main.go

Contributing

About

Here you can learn the basic of Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages