databoard-transform/main_test.go
2020-12-09 10:54:13 +08:00

8 lines
72 B
Go

package main
import "testing"
func TestMain(t *testing.T) {
main()
}