mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 08:47:28 +00:00
9 lines
74 B
Go
9 lines
74 B
Go
package gomod
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestNothing(_ *testing.T) {
|
|
|
|
}
|