Rewrite vendored imports in subpackages, get rid of assetfs and implement filesystem on top of bindata that supports -debug, update build instructions

This commit is contained in:
khlieng 2015-04-27 00:45:49 +02:00
parent 65229f7a9e
commit 6378131a9d
6 changed files with 59 additions and 31 deletions

View file

@ -6,7 +6,7 @@ import (
"os/user"
"path"
"github.com/boltdb/bolt"
"github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt"
)
var db *bolt.DB

View file

@ -4,7 +4,7 @@ import (
"bytes"
"encoding/json"
"github.com/boltdb/bolt"
"github.com/khlieng/name_pending/Godeps/_workspace/src/github.com/boltdb/bolt"
)
type Server struct {