Flattened package hierarchy
This commit is contained in:
12
src/pe/EXE_test.go
Normal file
12
src/pe/EXE_test.go
Normal file
@ -0,0 +1,12 @@
|
||||
package pe_test
|
||||
|
||||
import (
|
||||
"io"
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/pe"
|
||||
)
|
||||
|
||||
func TestWrite(t *testing.T) {
|
||||
pe.Write(io.Discard, nil, nil, nil)
|
||||
}
|
Reference in New Issue
Block a user