More testing

This commit is contained in:
Janos 2021-07-28 09:28:17 +02:00
parent ec3a52825f
commit 8a47082a5b
No known key found for this signature in database
GPG key ID: 465EF45E51CBA2BA
2 changed files with 10 additions and 0 deletions

1
testdata/nothing.go vendored Normal file
View file

@ -0,0 +1 @@
package gomod

9
testdata/nothing_test.go vendored Normal file
View file

@ -0,0 +1,9 @@
package gomod
import (
"testing"
)
func TestNothing(_ *testing.T) {
}