Categorygithub.com/hamdiBouhani/my-playground-project
repositorypackage
0.0.0-20231018113801-6e14177ebdc0
Repository: https://github.com/hamdibouhani/my-playground-project.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

my-playground-project

Description

the project is a playground for testing and learning new technologies and frameworks.

Project Structure

.
├── cmd
│   ├── commands.go
│   └── root.go
├── config
│   ├── config.go
│   ├── db.go
│   └── logger.go
├── cover.out
├── docs
│   ├── docs.go
│   ├── swagger.json
│   └── swagger.yaml
├── go.mod
├── go.sum
├── LICENSE
├── main.go
├── makefile
├── README.md
├── scripts
│   ├── curl_ping.sh
│   └── makefile
├── server
│   ├── http.go
│   └── http_test.go
├── storage
│   ├── pg
│   │   └── db.go
│   └── storage.go
└── tmp
    ├── build-errors.log
    └── main

repo to check and play with: