feat: add cache helpers

This commit is contained in:
Louis Seubert 2024-07-22 21:13:54 +02:00
parent db684e73f8
commit 3d43ff4758
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
8 changed files with 532 additions and 1 deletions

View file

@ -1,6 +1,8 @@
package main
import "git.geekeey.de/actions/sdk"
import (
"git.geekeey.de/actions/sdk"
)
func main() {
a := sdk.New()