Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 854 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 854 Bytes

Go Lang Introdução

Read this page in portuguese

This project was created as a means of understanding and deepening my knowledge of the Go programming language. Here you will find basic examples and step-by-step instructions on how to implement basic functions, including but not limited to, variable declaration, loops, and conditionals.

How to use

To use the code, download the project and read the commented source code. You can use the available tools to compile and run the .go files.

go run 'file name'

Contributing

Feel free to open pull requests if you have any code to contribute or if you want to contribute with comments and suggestions.

License

This project is available under the MIT License. See the LICENSE file for more information.