Files
gh-actions-cache/main.go

8 lines
95 B
Go
Raw Permalink Normal View History

2022-06-10 23:14:02 +05:30
package main
2022-06-10 15:01:35 +05:30
2022-06-13 11:40:06 +05:30
import "github.com/actions/gh-actions-cache/cmd"
2022-06-10 15:01:35 +05:30
func main() {
2022-06-10 23:14:02 +05:30
cmd.Execute()
2022-06-10 15:01:35 +05:30
}