otterscan/lib/resources/embed_test.go

11 lines
92 B
Go

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