meta: fix CI
This commit is contained in:
9
example/example_test.go
Normal file
9
example/example_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// test that the example package compiles
|
||||
func TestCompiles(t *testing.T) {
|
||||
}
|
Reference in New Issue
Block a user