Skip to content

Projects and files/utilities related to the Go programming language

Notifications You must be signed in to change notification settings

plasmus777/go_lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go logo

This repository has been made for learning purposes.

Running the code

Using a terminal, it is possible to download, compile and execute the files on this repository by running some commands:

1 - Download the repository's code to your machine:

git clone https://github.com/plasmus777/go_lang.git

2 - Compile the code:

cd ./go_lang/learning
go build

This will generate a file named "learning.exe" inside of the /go_lang/learning folder.

3 - Execute the code (generated .exe file):

./learning

Warning

To download and compile the code in your machine, it is necessary to install: git and the go compiler.

About

Projects and files/utilities related to the Go programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages