sort imports

This commit is contained in:
Łukasz Mierzwa
2017-04-06 19:24:48 -07:00
parent a9aea9132c
commit e46585db43
4 changed files with 8 additions and 4 deletions
+2 -1
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
+2 -1
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 {
+2 -1
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 {
+2 -1
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 {