mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 18:21:43 +03:00
8 lines
96 B
Go
8 lines
96 B
Go
package main
|
|
|
|
import "github.com/usememos/memos/bin/server/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|