~bigbes/ci-cacher

ref: 30347e53ac12253f31f9cd347c73e1bf95ee2810 ci-cacher/main.go -rw-r--r-- 77 bytes
30347e53 — Eugene Blikh publish.yml: dogfood cacher for deps, drop failing artifacts block 2 days ago
                                                                                
1
2
3
4
5
6
7
package main

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

func main() {
	cmd.Execute()
}