Browse Source

imports order

groovili 7 years ago
parent
commit
682fc290d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -2,9 +2,9 @@ package cors
 
 import (
 	"net/http"
+	"strings"
 
 	"github.com/gin-gonic/gin"
-	"strings"
 )
 
 type cors struct {