Both server running. SSL and Non SSL

This commit is contained in:
Welington Sampaio
2016-03-03 17:12:51 -03:00
parent e93145efe7
commit 03e94887a7
2 changed files with 39 additions and 22 deletions
+1 -4
View File
@@ -9,7 +9,6 @@ import (
"fmt"
"github.com/dimiro1/ipe/ipe"
log "github.com/golang/glog"
)
// Main function, initialze the system
@@ -19,9 +18,7 @@ func main() {
printBanner()
if err := ipe.Start(*filename); err != nil {
log.Fatal(err)
}
ipe.Start(*filename)
}
// Print a beautifull banner