# 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