Skip to content

Commit

Permalink
revert to github.com
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 19, 2017
1 parent 7a0692b commit 7d1ec4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -32,8 +32,7 @@ package main

import (
"github.com/gin-contrib/multitemplate"

"gopkg.in/gin-gonic/gin.v1"
"github.com/gin-gonic/gin"
)

func createMyRender() multitemplate.Render {
Expand Down Expand Up @@ -73,7 +72,7 @@ import (
"path/filepath"

"github.com/gin-contrib/multitemplate"
"gopkg.in/gin-gonic/gin.v1"
"github.com/gin-gonic/gin"
)

func main() {
Expand Down
3 changes: 1 addition & 2 deletions example/example.go
Expand Up @@ -2,8 +2,7 @@ package main

import (
"github.com/gin-contrib/multitemplate"

"gopkg.in/gin-gonic/gin.v1"
"github.com/gin-gonic/gin"
)

func createMyRender() multitemplate.Render {
Expand Down
2 changes: 1 addition & 1 deletion multitemplate_test.go
Expand Up @@ -6,8 +6,8 @@ import (
"net/http/httptest"
"testing"

"github.com/gin-gonic/gin"
"github.com/stretchr/testify/assert"
"gopkg.in/gin-gonic/gin.v1"
)

func performRequest(r http.Handler, method, path string) *httptest.ResponseRecorder {
Expand Down

0 comments on commit 7d1ec4f

Please sign in to comment.