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

9 lines
78 B
Go

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