mirror of
https://github.com/usememos/memos.git
synced 2025-01-04 03:23:02 +08:00
7 lines
96 B
Go
7 lines
96 B
Go
package main
|
|
|
|
import "github.com/usememos/memos/bin/server/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|