Skip to content

Commit

Permalink
create submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
tiaguinho committed Jul 17, 2020
1 parent 0b3e63d commit 37dd02b
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adapters/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/adapters

go 1.13
3 changes: 3 additions & 0 deletions cmd/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/cmd

go 1.13
3 changes: 3 additions & 0 deletions config/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/config

go 1.13
3 changes: 3 additions & 0 deletions controllers/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/controllers

go 1.13
3 changes: 3 additions & 0 deletions dbtime/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/dbtime

go 1.13
3 changes: 3 additions & 0 deletions helpers/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/helpers

go 1.13
3 changes: 3 additions & 0 deletions middlewares/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/middlewares

go 1.13
3 changes: 3 additions & 0 deletions template/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/template

go 1.13
3 changes: 3 additions & 0 deletions transactions/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/prest/prest/transactions

go 1.13

0 comments on commit 37dd02b

Please sign in to comment.