sort imports

This commit is contained in:
Łukasz Mierzwa
2017-04-05 23:41:33 -07:00
parent a9aea9132c
commit e46585db43
4 changed files with 8 additions and 4 deletions

View File

@@ -2,9 +2,10 @@ package filters
import (
"fmt"
"github.com/cloudflare/unsee/models"
"regexp"
"strings"
"github.com/cloudflare/unsee/models"
)
// FilterT provides methods for interacting with alert filters

View File

@@ -2,9 +2,10 @@ package filters
import (
"fmt"
"github.com/cloudflare/unsee/models"
"strings"
"time"
"github.com/cloudflare/unsee/models"
)
type ageFilter struct {

View File

@@ -2,9 +2,10 @@ package filters
import (
"fmt"
"github.com/cloudflare/unsee/models"
"strconv"
"strings"
"github.com/cloudflare/unsee/models"
)
type labelFilter struct {

View File

@@ -2,9 +2,10 @@ package filters
import (
"fmt"
"github.com/cloudflare/unsee/models"
"strconv"
"strings"
"github.com/cloudflare/unsee/models"
)
type limitFilter struct {