diff options
author | rtz12 <koenig@fagott.pw> | 2016-10-03 12:34:36 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2016-10-03 12:34:36 (UTC) |
commit | c1d895a7db943b758bfbf214c3727569976f85e0 (patch) | |
tree | 09d50f05049095b92456c78b3df7fb074fbd53e3 /modules/lists | |
parent | 5997487fc5cc2126fb5afa12b75b67f3985e11d2 (diff) |
Formatierung gefixt und go fmt
Ein gewisser jemand sollte endlich mal seinen Editor richtig konfigurieren
Diffstat (limited to 'modules/lists')
-rw-r--r-- | modules/lists/lists.go | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/modules/lists/lists.go b/modules/lists/lists.go index 90de18c..67856fe 100644 --- a/modules/lists/lists.go +++ b/modules/lists/lists.go | |||
@@ -4,20 +4,21 @@ import ( | |||
4 | "database/sql" | 4 | "database/sql" |
5 | "encoding/json" | 5 | "encoding/json" |
6 | "errors" | 6 | "errors" |
7 | "fagott.pw/charakterin" | ||
8 | "fagott.pw/grilist/cache" | ||
9 | "fagott.pw/grilist/frontend" | ||
10 | "fagott.pw/grilist/grilist" | ||
11 | "fagott.pw/grilist/modules/grils" | ||
12 | "fmt" | 7 | "fmt" |
13 | "github.com/julienschmidt/httprouter" | ||
14 | "github.com/lib/pq" | ||
15 | "io/ioutil" | 8 | "io/ioutil" |
16 | "log" | 9 | "log" |
17 | "net/http" | 10 | "net/http" |
18 | "net/url" | 11 | "net/url" |
19 | "sort" | 12 | "sort" |
20 | "strconv" | 13 | "strconv" |
14 | |||
15 | "fagott.pw/charakterin" | ||
16 | "fagott.pw/grilist/cache" | ||
17 | "fagott.pw/grilist/frontend" | ||
18 | "fagott.pw/grilist/grilist" | ||
19 | "fagott.pw/grilist/modules/grils" | ||
20 | "github.com/julienschmidt/httprouter" | ||
21 | "github.com/lib/pq" | ||
21 | ) | 22 | ) |
22 | 23 | ||
23 | // Module und so. | 24 | // Module und so. |