diff --git a/README.md b/README.md index 689bcaf..07a67cd 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ English | [简体中文](./README_zh-CN.md) # Echoswagger Swagger UI generator for Echo framework -[![Go Report Card](https://goreportcard.com/badge/github.com/elvinchan/echoswagger)](https://goreportcard.com/report/github.com/elvinchan/echoswagger) -[![Build Status](https://travis-ci.org/elvinchan/echoswagger.svg?branch=master)](https://travis-ci.org/elvinchan/echoswagger) -[![codecov](https://codecov.io/gh/elvinchan/echoswagger/branch/master/graph/badge.svg)](https://codecov.io/gh/elvinchan/echoswagger) +[![Go Report Card](https://goreportcard.com/badge/github.com/pangpanglabs/echoswagger)](https://goreportcard.com/report/github.com/pangpanglabs/echoswagger) +[![Build Status](https://travis-ci.org/pangpanglabs/echoswagger.svg?branch=master)](https://travis-ci.org/pangpanglabs/echoswagger) +[![codecov](https://codecov.io/gh/pangpanglabs/echoswagger/branch/master/graph/badge.svg)](https://codecov.io/gh/pangpanglabs/echoswagger) ## Feature - No SwaggerUI HTML/CSS dependency @@ -15,7 +15,7 @@ Swagger UI generator for Echo framework ## Installation ``` -go get github.com/elvinchan/echoswagger +go get github.com/pangpanglabs/echoswagger ``` ## Example @@ -25,8 +25,8 @@ package main import ( "net/http" - "github.com/elvinchan/echoswagger" "github.com/labstack/echo" + "github.com/pangpanglabs/echoswagger" ) func main() { @@ -226,4 +226,4 @@ default | * | Default value, which type is same as the field's type. ## License -[MIT](https://github.com/elvinchan/echoswagger/blob/master/LICENSE) +[MIT](https://github.com/pangpanglabs/echoswagger/blob/master/LICENSE) diff --git a/README_zh-CN.md b/README_zh-CN.md index a2cef53..11a1da1 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -3,9 +3,9 @@ # Echoswagger [Echo](https://github.com/labstack/echo) 框架的 [Swagger UI](https://github.com/swagger-api/swagger-ui) 生成器 -[![Go Report Card](https://goreportcard.com/badge/github.com/elvinchan/echoswagger)](https://goreportcard.com/report/github.com/elvinchan/echoswagger) -[![Build Status](https://travis-ci.org/elvinchan/echoswagger.svg?branch=master)](https://travis-ci.org/elvinchan/echoswagger) -[![codecov](https://codecov.io/gh/elvinchan/echoswagger/branch/master/graph/badge.svg)](https://codecov.io/gh/elvinchan/echoswagger) +[![Go Report Card](https://goreportcard.com/badge/github.com/pangpanglabs/echoswagger)](https://goreportcard.com/report/github.com/pangpanglabs/echoswagger) +[![Build Status](https://travis-ci.org/pangpanglabs/echoswagger.svg?branch=master)](https://travis-ci.org/pangpanglabs/echoswagger) +[![codecov](https://codecov.io/gh/pangpanglabs/echoswagger/branch/master/graph/badge.svg)](https://codecov.io/gh/pangpanglabs/echoswagger) ## 特性 - 不依赖任何SwaggerUI的HTML/CSS文件 @@ -15,7 +15,7 @@ ## 安装 ``` -go get github.com/elvinchan/echoswagger +go get github.com/pangpanglabs/echoswagger ``` ## 示例 @@ -25,7 +25,7 @@ package main import ( "net/http" - "github.com/elvinchan/echoswagger" + "github.com/pangpanglabs/echoswagger" "github.com/labstack/echo" ) @@ -226,4 +226,4 @@ default | * | 默认值,该类型与字段的类型相同。 ## License -[MIT](https://github.com/elvinchan/echoswagger/blob/master/LICENSE) +[MIT](https://github.com/pangpanglabs/echoswagger/blob/master/LICENSE) diff --git a/examples/controller_pet.go b/examples/controller_pet.go index 22f1e76..b09d1b6 100644 --- a/examples/controller_pet.go +++ b/examples/controller_pet.go @@ -3,8 +3,8 @@ package main import ( "net/http" - "github.com/elvinchan/echoswagger" "github.com/labstack/echo" + "github.com/pangpanglabs/echoswagger" ) type PetController struct{} diff --git a/examples/controller_store.go b/examples/controller_store.go index b20938e..3c5c83e 100644 --- a/examples/controller_store.go +++ b/examples/controller_store.go @@ -4,8 +4,8 @@ import ( "net/http" "time" - "github.com/elvinchan/echoswagger" "github.com/labstack/echo" + "github.com/pangpanglabs/echoswagger" ) type StoreController struct{} diff --git a/examples/controller_user.go b/examples/controller_user.go index ef6c7ef..2c87700 100644 --- a/examples/controller_user.go +++ b/examples/controller_user.go @@ -5,8 +5,8 @@ import ( "net/http" "time" - "github.com/elvinchan/echoswagger" "github.com/labstack/echo" + "github.com/pangpanglabs/echoswagger" ) type UserController struct{} diff --git a/examples/main.go b/examples/main.go index 5eb377f..75b164f 100644 --- a/examples/main.go +++ b/examples/main.go @@ -1,8 +1,8 @@ package main import ( - "github.com/elvinchan/echoswagger" "github.com/labstack/echo" + "github.com/pangpanglabs/echoswagger" ) func main() { diff --git a/examples/main_test.go b/examples/main_test.go index d33b66e..58c1577 100644 --- a/examples/main_test.go +++ b/examples/main_test.go @@ -6,8 +6,8 @@ import ( "net/http/httptest" "testing" - "github.com/elvinchan/echoswagger" "github.com/labstack/echo" + "github.com/pangpanglabs/echoswagger" "github.com/stretchr/testify/assert" ) diff --git a/wrapper_test.go b/wrapper_test.go index ab78a60..0617852 100644 --- a/wrapper_test.go +++ b/wrapper_test.go @@ -52,7 +52,7 @@ func TestNew(t *testing.T) { info: &Info{ Title: "Test project", Contact: &Contact{ - URL: "https://github.com/elvinchan/echoswagger", + URL: "https://github.com/pangpanglabs/echoswagger", }, }, expectPaths: []string{"/doc", "/doc/swagger.json"},