Skip to content

Commit

Permalink
Merge pull request #1 from korovindenis/iter1-structure
Browse files Browse the repository at this point in the history
structure
  • Loading branch information
korovindenis authored Oct 9, 2023
2 parents 4518dbd + c1d6551 commit f323a2e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@

# Go workspace file
go.work

.vscode
1 change: 1 addition & 0 deletions cmd/app/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package main
Empty file added configs/config.dev.yaml
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/korovindenis/go-market

go 1.20
1 change: 1 addition & 0 deletions internal/adapters/storage/postgresql/postgresql.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package postgresql
1 change: 1 addition & 0 deletions internal/domain/entity/errors.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package entity
1 change: 1 addition & 0 deletions internal/domain/entity/order.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package entity
1 change: 1 addition & 0 deletions internal/domain/entity/user.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package entity

0 comments on commit f323a2e

Please sign in to comment.