/go-first-steps

My first steps with the Golang programming language

Primary LanguageGo

My first steps with Golang

In this basic project, we covered the basic concepts of the language, such as variables, data structure, functions, built-in functions, and much more.

The project consists of a simple application to read and write the status of sites, that are inside a text file, according to the status code received on the request made to each link.

Running the application

Clone the project

  git clone https://github.com/matheustrres/go-first-steps

Enter the project directory

  cd go-first-steps

Open the terminal and type the following command

  go run main.go