1
0
Fork 0
This commit is contained in:
Aaron Lindsay 2013-08-27 09:41:55 -04:00
parent 219eecbfda
commit 7009b0eda8
3 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
package main package main
import ( import (
"log"
"net" "net"
"net/rpc" "net/rpc"
"log"
"syscall" "syscall"
) )

View File

@ -5,9 +5,9 @@ import (
"code.google.com/p/gopass" "code.google.com/p/gopass"
"flag" "flag"
"fmt" "fmt"
"net/rpc"
"os" "os"
"strconv" "strconv"
"net/rpc"
) )
type boolIsSetFlag struct { type boolIsSetFlag struct {

View File

@ -2,8 +2,8 @@ package server
import ( import (
"asink" "asink"
"errors"
"database/sql" "database/sql"
"errors"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"
"sync" "sync"
) )