~bigbes/ci-cacher

ref: e8e2b2f17cf11feb30d2cfc6fd306d9dab1775c4 ci-cacher/main.go -rw-r--r-- 77 bytes
e8e2b2f1 — Eugene Blikh Add docs/index.html landing page; publish.yml substitutes build info 2 days ago
                                                                                
1
2
3
4
5
6
7
package main

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

func main() {
	cmd.Execute()
}