Skip to content

Commit

Permalink
Project restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmun73 committed Feb 21, 2024
1 parent 0794ae8 commit b46e120
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 99 deletions.
Empty file added build/.keep
Empty file.
4 changes: 4 additions & 0 deletions cmd/thunderlight/thunderlight.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package main

func main() {
}
Empty file added deployment/.keep
Empty file.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module github.com/thunderlight-shogi/engine

go 1.22.0

require github.com/gorilla/mux v1.8.1
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
Empty file added internal/database/.keep
Empty file.
File renamed without changes.
7 changes: 0 additions & 7 deletions main.go

This file was deleted.

Empty file added website/.keep
Empty file.
17 changes: 0 additions & 17 deletions website/controllers/editor.go

This file was deleted.

10 changes: 0 additions & 10 deletions website/controllers/home.go

This file was deleted.

31 changes: 0 additions & 31 deletions website/route.go

This file was deleted.

8 changes: 0 additions & 8 deletions website/routes.go

This file was deleted.

22 changes: 0 additions & 22 deletions website/server.go

This file was deleted.

0 comments on commit b46e120

Please sign in to comment.