~bigbes/ci-cacher

ref: v0.2.2 ci-cacher/main.go -rw-r--r-- 77 bytes
333189a2 — Eugene Blikh archive: restore trees with read-only directories; bump to 0.2.2 11 days ago
                                                                                
1
2
3
4
5
6
7
package main

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

func main() {
	cmd.Execute()
}