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