otterscan/lib/resources/embed_test.go
2022-10-25 22:26:11 -05:00

11 lines
92 B
Go

package resources
import (
"io/fs"
"testing"
)
func TestAssets(t *testing.T) {
fs.FS
}