Explorar el Código

add required import

Shelikhoo hace 4 años
padre
commit
e0f02dcca6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"
 )