mirror of
https://github.com/fengxxc/wechatmp2markdown.git
synced 2026-02-22 06:50:45 +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()
|
|
}
|