Skip to content

Commit

Permalink
create basic folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed Jun 24, 2022
1 parent 923c327 commit 78cfb81
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions pkg/config/app.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package config
1 change: 1 addition & 0 deletions pkg/controllers/task.controllers.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package controllers
1 change: 1 addition & 0 deletions pkg/models/tasks.models.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package models
1 change: 1 addition & 0 deletions pkg/routes/tasks.routes.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package routes
1 change: 1 addition & 0 deletions pkg/utils/utils.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package utils

0 comments on commit 78cfb81

Please sign in to comment.