mirror of
https://github.com/fengxxc/wechatmp2markdown.git
synced 2026-02-25 08:10:52 +08:00
8 lines
96 B
Go
8 lines
96 B
Go
package main
|
|
|
|
import "github.com/fengxxc/wechatmp2markdown/test"
|
|
|
|
func main() {
|
|
test.Test1()
|
|
}
|