~bigbes/ci-cacher

ref: 462e61665b2963e6c36fb34eb915b653cdb44e71 ci-cacher/main.go -rw-r--r-- 77 bytes
462e6166 — Eugene Blikh publish.yml: mkdir ~/.local/bin before extracting goreleaser 2 days ago
                                                                                
1
2
3
4
5
6
7
package main

import "go.bigb.es/cacher/cmd"

func main() {
	cmd.Execute()
}