learning-go
- Day1: Built a simple web server using Go!
- Day2:
- Built a CRUD api using Go with mux!
- Built a CRUD api with mysql and gorm
- updated gorm package dependencies
- Day3:
- Built a slack bot for calculating age
- Built a slack bot for upload file
- Day4:
- Built a email domain checker
- Day5
- Understanding GoRoutines
- Day6
- Understanding GoChannels
Some imp Commands
go mod init <path>
go build [file_name]
go run [file_name]
go get [-c] [package_name]
go run --race .