/my-playground-project

this repository to test the suff

Primary LanguageHTMLApache License 2.0Apache-2.0

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: