Categorygithub.com/siaudvytisViktoras/golang-sqlite-e-commerce
repositorypackage
0.0.0-20240515163828-a69e325f1f9c
Repository: https://github.com/siaudvytisviktoras/golang-sqlite-e-commerce.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

# README

golang-sqlite-e-commerce

Build

go build                        
./golang-sqlite-e-commerce

Structure

golang-sqlite-e-commerce/
  ├── main.go
  ├── handlers/
  │   └── handlers.go
  ├── models/
  │   └── models.go
  ├── database/
  │   └── database.go
  ├── routes/
  │   └── routes.go
  ├── config/
  │   └── config.go
  └── go.mod