~bigbes/ci-cacher

ref: 4c3e470117ab195e7523ae3918a4da1a5f957f59 ci-cacher/main.go -rw-r--r-- 77 bytes
4c3e4701 — Eugene Blikh test.yml: use published cacher binary instead of building from source a day ago
                                                                                
1
2
3
4
5
6
7
package main

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

func main() {
	cmd.Execute()
}