srht.bigb.es
Log in
—
Register
~bigbes
/
ci-cacher
summary
tree
log
refs
ref:
e1b71b2fe9f2df0fd94378351a68d97a01879922
ci-cacher
/main.go
-rw-r--r--
77 bytes
View
Log
View raw
Permalink
e1b71b2f
— Eugene Blikh test.yml: build cacher from source, cache go.mod, use 'docker download --pull'
a day ago
1
2
3
4
5
6
7
package
main
import
"go.bigb.es/cacher/cmd"
func
main
()
{
cmd
.
Execute
()
}