This commit is contained in:
Thorsten Sommer 2017-03-04 11:27:20 +01:00
parent a97c5dadcc
commit edfdb47f47

View File

@ -2,18 +2,19 @@ package main
import (
"fmt"
"github.com/SommerEngineering/Sync/Sync"
"github.com/howeyc/gopass"
"golang.org/x/crypto/ssh"
"log"
"os"
"runtime"
"github.com/SommerEngineering/Sync/Sync"
"github.com/howeyc/gopass"
"golang.org/x/crypto/ssh"
)
func main() {
// Show the current version:
log.Println(`Sync v1.2.0`)
log.Println(`Sync v1.3.0`)
// Allow Go to use all CPUs:
runtime.GOMAXPROCS(runtime.NumCPU())