This is a learning project based on the book "Tucker의 Go 언어 프로그래밍".
thanks tucker!
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