mirror of
https://github.com/stianeikeland/go-rpio.git
synced 2025-01-23 02:31:05 +01:00
Update usage example: Use /v4 in import
This commit is contained in:
parent
1fd77dd987
commit
579db243a0
|
@ -26,6 +26,12 @@ There's a tiny bit of additional information over at my [blog](https://blog.eike
|
||||||
|
|
||||||
## Usage ##
|
## Usage ##
|
||||||
|
|
||||||
|
```go
|
||||||
|
import "github.com/stianeikeland/go-rpio/v4"
|
||||||
|
```
|
||||||
|
|
||||||
|
If you're using an older go.mod incompatible you should instead use:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
import "github.com/stianeikeland/go-rpio"
|
import "github.com/stianeikeland/go-rpio"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user