mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Add scan struct example (#1870)
This commit is contained in:
committed by
GitHub
parent
989295a24b
commit
ed42d3c37b
9
example/scan-struct/go.mod
Normal file
9
example/scan-struct/go.mod
Normal file
@ -0,0 +1,9 @@
|
||||
module github.com/go-redis/redis/example/scan-struct
|
||||
|
||||
go 1.14
|
||||
|
||||
replace github.com/go-redis/redis/v8 => ../..
|
||||
|
||||
require (
|
||||
github.com/go-redis/redis/v8 v8.11.3
|
||||
)
|
Reference in New Issue
Block a user