~bigbes/ci-cacher

ref: v0.1.2 ci-cacher/main.go -rw-r--r-- 77 bytes
9dc739e5 — Eugene Blikh Bump VERSION to 0.1.2; widen landing page to 55rem a day ago
                                                                                
1
2
3
4
5
6
7
package main

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

func main() {
	cmd.Execute()
}