mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-10 07:50:26 -07:00
refactor(docs): use github.com package import path
This commit is contained in:
parent
8c370f9b02
commit
6fb1812642
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ If you're using `gopkg.in`, you can still rely in the `v0` without worrying abou
|
|||
## Installation
|
||||
|
||||
```bash
|
||||
go get -u gopkg.in/h2non/bimg.v1
|
||||
go get -u github.com/h2non/bimg
|
||||
```
|
||||
|
||||
### libvips
|
||||
|
|
@ -113,7 +113,7 @@ BenchmarkWatermarWebp-8 30 49360369 ns/op
|
|||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"gopkg.in/h2non/bimg.v1"
|
||||
"github.com/h2non/bimg"
|
||||
)
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue