~bigbes/ci-cacher

ref: 46be89f3e30bff634a7699be89964749a16611d9 ci-cacher/main.go -rw-r--r-- 77 bytes
46be89f3 — Eugene Blikh install.sh: verify checksums without coreutils extensions; bump to 0.2.1 11 days ago
                                                                                
1
2
3
4
5
6
7
package main

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

func main() {
	cmd.Execute()
}