d2/docs/examples/lib/3-lowlevel/lowlevel_test.go

10 lines
78 B
Go
Raw Normal View History

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