d2/docs/examples/lib/2-d2oracle/d2oracle_test.go

10 lines
78 B
Go
Raw Normal View History

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