add: mirrativ init

This commit is contained in:
eson
2020-09-15 17:09:22 +08:00
parent 36c277c3ce
commit 925b7d42c7
7 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1 @@
package main

View File

@@ -0,0 +1,7 @@
package main
import "testing"
func TestDo(t *testing.T) {
}