Browse Source

add required import

Shelikhoo 4 years ago
parent
commit
e0f02dcca6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      transport/internet/system_dns_android.go

+ 1 - 0
transport/internet/system_dns_android.go

@@ -3,6 +3,7 @@
 package internet
 
 import (
+	"context"
 	"net"
 )