feat: add cache helpers
This commit is contained in:
parent
db684e73f8
commit
3d43ff4758
8 changed files with 532 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
package main
|
||||
|
||||
import "git.geekeey.de/actions/sdk"
|
||||
import (
|
||||
"git.geekeey.de/actions/sdk"
|
||||
)
|
||||
|
||||
func main() {
|
||||
a := sdk.New()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue