srht.bigb.es
Log in
—
Register
~bigbes
/
ci-cacher
summary
tree
log
refs
ref:
891eddce3a799dfa25fdce5029ef8eb7114033de
ci-cacher
/main.go
-rw-r--r--
77 bytes
View
Log
View raw
Permalink
891eddce
— Eugene Blikh Initial cacher v0.0.1-dev — S3-backed CI cache helper
2 days ago
1
2
3
4
5
6
7
package
main
import
"go.bigb.es/cacher/cmd"
func
main
()
{
cmd
.
Execute
()
}