mirror of
https://github.com/fengxxc/wechatmp2markdown.git
synced 2026-02-27 09:10:53 +08:00
9 lines
113 B
Go
9 lines
113 B
Go
package main
|
|
|
|
import "github.com/fengxxc/wechatmp2markdown/test"
|
|
|
|
func main() {
|
|
// test.Test1()
|
|
test.Test2()
|
|
}
|