Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 401 Bytes

File metadata and controls

8 lines (8 loc) · 401 Bytes

TODO

  • /web -> /template
  • /internal/handlers -> /controller (index.go, course.go, dashboard.go)
  • /internal/model -> /model (user.go, course.go, assignment.go (All DB-related))
  • /cmd/router/main.go -> main.go
  • Routes in main.go -> /route/route.go@routes()
  • /db -> /shared/database (or /shared/db, your choice)
  • /internal/util/session.go -> /shared/session/session.go