Cleanup imports in previous

This commit is contained in:
Jakob Borg 2014-09-07 14:08:49 +02:00
parent 728289ee3a
commit f97c8222c7
1 changed files with 0 additions and 5 deletions

View File

@ -5,21 +5,16 @@
package main
import (
"bufio"
"bytes"
"encoding/base64"
"fmt"
"math/rand"
"net/http"
"os"
"path/filepath"
"strings"
"sync"
"time"
"code.google.com/p/go.crypto/bcrypt"
"github.com/syncthing/syncthing/config"
"github.com/syncthing/syncthing/osutil"
)
var (