mirror of
https://github.com/fengxxc/wechatmp2markdown.git
synced 2026-02-27 01:00:54 +08:00
8 lines
97 B
Go
8 lines
97 B
Go
package main
|
|
|
|
import "github.com/fengxxc/wechatmp2markdown/parse"
|
|
|
|
func main() {
|
|
parse.Test()
|
|
}
|