6 lines
59 B
Go
6 lines
59 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/redis/go-redis/v9"
|
||
|
)
|