Skip to content

sushanpth/learn-go

Repository files navigation

GO Language practice projects

My go learning practice projects

Folder Structure

Learn Go/
├── di-fx-1/
├── di-fx-modular/
│   ├── bundlefx/   
│   ├── handler/  
│   ├── health/
│   ├── main.go
│   ├── go.mod   
│   └── go.sum
├── go-jwt/
│   ├── controllers/
│   ├── initializers/
│   ├── middleware/
│   ├── models/
│   ├── main.go
│   ├── go.mod
│   └── go.sum
├── go-tour
├── simple-http-server/
├── task-crud/
│   ├── controllers/
│   ├── models/
│   ├── routes/
│   ├── main.go
│   ├── env-sample
│   ├── index.html
│   ├── go.mod    
│   └── go.sum
├── task-firebase/
│   ├── entity/
│   ├── initializers/
│   ├── repository/
│   ├── routes/
│   ├── main.go
│   ├── go.sum
│   └── go.mod
├── task-firebase-clean/
│   ├── controller/
│   ├── entity/
│   ├── initializers/
│   ├── service/
│   ├── repository/
│   ├── router/
│   ├── main.go
│   ├── go.mod
│   └── go.sum
├── try-gin/
├── go.work
├── go.work.sum
└── README.md

Packages Used

Here are list of libraries being used in this project

Refrence Links

About

GO Language practice projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published