mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
3
examples/cache/set/go/setAValue.go
vendored
3
examples/cache/set/go/setAValue.go
vendored
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/cache"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/cache"
|
||||
)
|
||||
|
||||
// Set an item in the cache. Overwrites any existing value already set.
|
||||
|
||||
Reference in New Issue
Block a user