Skip to content

Commit

Permalink
fix custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Jan 6, 2020
1 parent 1182abb commit 92e5fc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions respond/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ package respond

import (
"fmt"
"io/ioutil"
"net"
"time"

"github.com/bdlm/log"
"github.com/tidwall/gjson"

"github.com/FreifunkBremen/yanic/data"
"github.com/FreifunkBremen/yanic/database"
Expand Down
4 changes: 4 additions & 0 deletions respond/respond.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ package respond
import (
"bytes"
"compress/flate"
"io/ioutil"
"encoding/json"
"net"

"github.com/bdlm/log"
"github.com/tidwall/gjson"

"github.com/FreifunkBremen/yanic/data"
)

Expand Down

0 comments on commit 92e5fc8

Please sign in to comment.