mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
Use new fswatcher to udpate android packages
This commit is contained in:
parent
c01b403a44
commit
7c4975c412
6 changed files with 39 additions and 35 deletions
|
@ -4,6 +4,6 @@ package tun
|
|||
|
||||
import "os"
|
||||
|
||||
func NewPackageManager(callback PackageManagerCallback) (PackageManager, error) {
|
||||
func NewPackageManager(options PackageManagerOptions) (PackageManager, error) {
|
||||
return nil, os.ErrInvalid
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue