Explorar o código

Update httpsify.go

Mohammed Al Ashaal %!s(int64=9) %!d(string=hai) anos
pai
achega
13aca80fa6
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      httpsify.go

+ 0 - 3
httpsify.go

@@ -35,9 +35,6 @@ func init() {
 	if ( *domains == "" ) {
 		log.Fatal("err> Please enter your site(s) domain(s)")
 	}
-	if ( *backend == "" ) {
-		log.Fatal("err> Please enter the backend http server")
-	}
 }
 
 // --------------