Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 504 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 504 Bytes

Learning go

My repo for resources connected to go!
The purpose for this repository is to learn go

Project structure

📦Learn-go
 ┣ 📂Data Structures
 ┃ ┗ 📜datastructures.go
 ┣ 📂Go tutorial
 ┃ ┣ 📂greetings
 ┃ ┃ ┣ 📜go.mod
 ┃ ┃ ┣ 📜greetings.go
 ┃ ┃ ┗ 📜greetings_test.go
 ┃ ┗ 📂hello
 ┃ ┃ ┣ 📜go.mod
 ┃ ┃ ┗ 📜hello.go
 ┣ 📂Kattis
 ┃ ┗ 📂99 Problems
 ┃ ┃ ┗ 📜99_problmes.go
 ┗ 📂Resources