Welcome to the Go Lab! This repository is a learning hub for developers, featuring examples and techniques to explore and simply practise the Go programming language.
- Go Version: This repository requires Go 1.24.3 or higher. Make sure you have the correct version installed to run the examples provided.
To set up this project locally, follow these steps:
git clone https://github.com/SelahattinSert/go-lab.git
cd go-labTo run any of the included Go programs, navigate into the corresponding directory and execute the Go file. For example:
cd shapes
go run main.go