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 ( import (
"fmt" "fmt"
"github.com/SommerEngineering/Sync/Sync"
"github.com/howeyc/gopass"
"golang.org/x/crypto/ssh"
"log" "log"
"os" "os"
"runtime" "runtime"
"github.com/SommerEngineering/Sync/Sync"
"github.com/howeyc/gopass"
"golang.org/x/crypto/ssh"
) )
func main() { func main() {
// Show the current version: // Show the current version:
log.Println(`Sync v1.2.0`) log.Println(`Sync v1.3.0`)
// Allow Go to use all CPUs: // Allow Go to use all CPUs:
runtime.GOMAXPROCS(runtime.NumCPU()) runtime.GOMAXPROCS(runtime.NumCPU())