rename
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ This is API experiment for Gin.
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/gin-gonic/gin/ginS"
|
||||
"git.company.lan/gopkg/gin"
|
||||
"git.company.lan/gopkg/gin/ginS"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
"net/http"
|
||||
"sync"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"git.company.lan/gopkg/gin"
|
||||
)
|
||||
|
||||
var once sync.Once
|
||||
|
||||
Reference in New Issue
Block a user