otterscan/lib/resources/embed_test.go

11 lines
92 B
Go
Raw Normal View History

2022-10-26 03:26:11 +00:00
package resources
import (
"io/fs"
"testing"
)
func TestAssets(t *testing.T) {
fs.FS
}