refactor: backend

This commit is contained in:
email
2022-02-03 15:32:03 +08:00
parent 3d8997a43a
commit d661134b03
42 changed files with 2601 additions and 1289 deletions

7
bin/server/main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "memos/bin/server/cmd"
func main() {
cmd.Execute()
}