Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 698 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 698 Bytes

Go Language Learning Project

This is a learning project based on the book "Tucker의 Go 언어 프로그래밍".

thanks tucker!

Running the Project

To run a file, use go run .go in the terminal. Where is the name of your Go file.

  • Variable
  • fmt Package
  • Operator
  • Function
  • Constants
  • If/For
  • Switch
  • Arrays
  • Struct
  • Pointer
  • String
  • Package
  • Number guess Game
  • Slice
  • Method
  • Interface
  • Function 2
  • Data Structure
  • Error Handling
  • Goroutine and Concurrency
  • Channel and Context
  • Keyword search Programming
  • Test
  • Web Server
  • Rest API
  • Todo List