first commit
This commit is contained in:
9
pkg/android_binary/apk/errors.go
Normal file
9
pkg/android_binary/apk/errors.go
Normal file
@ -0,0 +1,9 @@
|
||||
package apk
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var newError = errors.New
|
||||
var errorf = fmt.Errorf
|
Reference in New Issue
Block a user