Skip to content

Commit

Permalink
Updated project architecture, just moved some code where it belongs i…
Browse files Browse the repository at this point in the history
…n the MVC pattern
  • Loading branch information
d4r1us-drk committed Sep 26, 2024
1 parent 2b52954 commit ef966d3
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"log"
"os"

"github.com/d4r1us-drk/clido/cmd"
"github.com/d4r1us-drk/clido/controllers"
"github.com/d4r1us-drk/clido/repository"
"github.com/d4r1us-drk/clido/views/cmd"
)

func run() int {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ef966d3

Please sign in to comment.