Removed package description

This commit is contained in:
Paulo Truta
2020-11-08 23:48:45 +01:00
parent 58e7d2712b
commit 1c8e83fcd6
+2 -2
View File
@@ -1,12 +1,12 @@
# main.go
package main
import (
"fmt"
"github.com/go-redis/redis/v8"
)
func main() {
fmt.Println("Hello World")
client := redis.NewClient(&redis.Options{