mirror of
https://github.com/sliverarmory/reflektor
synced 2026-08-25 09:14:48 +00:00
10 lines
166 B
Go
10 lines
166 B
Go
//go:build (linux || windows) && (386 || amd64 || arm64)
|
|
|
|
package reflektor_test
|
|
|
|
import "testing"
|
|
|
|
func requireRecursiveLoaderPlatform(t *testing.T) {
|
|
t.Helper()
|
|
}
|