mirror of
https://github.com/restic/restic.git
synced 2025-10-27 06:10:51 +00:00
Update dependencies
Among others, this updates minio-go, so that the new "eu-west-3" zone for AWS is supported.
This commit is contained in:
16
vendor/cloud.google.com/go/internal/snipdoc/sample-makefile
generated
vendored
Normal file
16
vendor/cloud.google.com/go/internal/snipdoc/sample-makefile
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Build doc.go from template and snippets.
|
||||
|
||||
SHELL=/bin/bash
|
||||
|
||||
../doc.go: build doc-snippets.go doc.template snipdoc.awk
|
||||
@tmp=$$(mktemp) && \
|
||||
awk -f snipdoc.awk doc-snippets.go doc.template > $$tmp && \
|
||||
chmod +w $@ && \
|
||||
mv $$tmp $@ && \
|
||||
chmod -w $@
|
||||
@echo "wrote $@"
|
||||
|
||||
.PHONY: build
|
||||
|
||||
build:
|
||||
go build doc-snippets.go
|
||||
Reference in New Issue
Block a user