all: apply gofumpt (#79)
Apply @mvdan's opinionated gofumpt formatter across the codebase.
This commit is contained in:
committed by
GitHub
parent
d0da7e47ad
commit
1735441939
@@ -1,8 +1,6 @@
|
||||
package opcodesxml
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
import "testing"
|
||||
|
||||
func TestReadFile(t *testing.T) {
|
||||
_, err := ReadFile("testdata/x86_64.xml")
|
||||
|
||||
Reference in New Issue
Block a user