rename
This commit is contained in:
+5
-5
@@ -13,7 +13,7 @@ Copied from [gin-contrib/pprof](https://github.com/gin-contrib/pprof)
|
||||
Import it in your code:
|
||||
|
||||
```go
|
||||
import "gitverse.ru/andoma/gin-contrib/pprof"
|
||||
import "git.company.lan/gopkg/gin-contrib/pprof"
|
||||
```
|
||||
|
||||
### Example
|
||||
@@ -22,8 +22,8 @@ import "gitverse.ru/andoma/gin-contrib/pprof"
|
||||
package main
|
||||
|
||||
import (
|
||||
"gitverse.ru/andoma/gin-contrib/pprof"
|
||||
"gitverse.ru/andoma/gin"
|
||||
"git.company.lan/gopkg/gin-contrib/pprof"
|
||||
"git.company.lan/gopkg/gin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -52,8 +52,8 @@ package main
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"gitverse.ru/andoma/gin-contrib/pprof"
|
||||
"gitverse.ru/andoma/gin"
|
||||
"git.company.lan/gopkg/gin-contrib/pprof"
|
||||
"git.company.lan/gopkg/gin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user