go fmt
This commit is contained in:
parent
9a8ab15d88
commit
41144ff0dc
@ -1,16 +1,15 @@
|
||||
package macho
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"fmt"
|
||||
"io"
|
||||
"strings"
|
||||
|
||||
. "ios-wrapper/pkg/ios"
|
||||
)
|
||||
|
||||
|
||||
type SpecialSelector struct {
|
||||
idx uint
|
||||
name string
|
||||
@ -362,4 +361,3 @@ func (mc *MachoContext) ReworkForObjc() {
|
||||
offset += 4
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user