This website works better with JavaScript
Home
Explore
Help
Sign In
wytfy
/
v2ray-core
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add required import
Shelikhoo
4 years ago
parent
8aff3e09a4
commit
e0f02dcca6
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
transport/internet/system_dns_android.go
+ 1
- 0
transport/internet/system_dns_android.go
View File
@@ -3,6 +3,7 @@
package internet
package internet
import (
import (
+ "context"
"net"
"net"
)
)