gotesttools-gotestfmt-action/testdata/nothing_test.go
2021-07-28 09:28:17 +02:00

9 lines
74 B
Go

package gomod
import (
"testing"
)
func TestNothing(_ *testing.T) {
}