Files
wechatmp2markdown/main.go

8 lines
96 B
Go

package main
import "github.com/fengxxc/wechatmp2markdown/test"
func main() {
test.Test1()
}