gocacheprog

module
v0.0.0-...-51e37ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2023 License: MIT

README

gocacheprog

Usage

Disk backend
export GOCACHEPROG="/app/gocacheprog --cache disk --disk-path=/tmp/gocache"
go build -v ./...
S3 backend
export GOCACHEPROG="/app/gocacheprog --cache s3 --s3-access-key=${YOUR_S3_ACCESS_KEY} --s3-secret-key=${YOUR_S3_SECRET_KEY} --s3-endpoint=${YOUR_S3_ENDPOING} --s3-bucket=${YOUR_S3_BUCKET}"
go build -v ./...

Directories

Path Synopsis
cache
s3
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL