Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 361 Bytes

File metadata and controls

21 lines (17 loc) · 361 Bytes

Go learn

This is a project to learn the Go programming language.

This project was entirely created by prompts in Gemini CLI.

TODO

  • Variables
  • Data Types
  • Custom Types
  • Interfaces
  • Binary Tree
  • Goroutines
  • Collections
  • Scope
  • Functions
  • HTTP Requests
  • File I/O
  • API Calls
  • Database Usage