Skip to content

Commit 2d42aae

Browse files
add POC notice to README
1 parent ea667f2 commit 2d42aae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
`gocacheprog-s3` is a "cacheprog" for Go that uses S3.
44

5+
⚠️ Apparently a few people have actually found this repo and may even be using it! ⚠️ Consider this a proof-of-concept/prototype! :warning: I wrote it in a fugue state. ⚠️ Do not use for real. ⚠️ Do not expect support. ⚠️ Do not expect PRs to be looked at, reviewed, or merged. ⚠️ Do not water after midnight. ⚠️
6+
7+
(That said, if you do find it's useful and want to take over and do real releases, do feel free to reach out.)
8+
59
# Usage
610

711
[As of writing (Apr 2024), `GOCACHEPROG` support requires a custom build of the Go toolchain](https://github.com/golang/go/issues/64876). As such, we provide a Docker image with both a custom build of the Go toolchain and the `gocacheprog-s3` binary baked in.
@@ -68,4 +72,4 @@ total time: 12s
6872

6973
# Credits
7074

71-
Derived from https://github.com/bradfitz/go-tool-cache and [or-shachar/go-tool-cache](https://github.com/or-shachar/go-tool-cache/commit/cc47faab56325a022ff59cd7277abbf99ff4f8ff).
75+
Derived from https://github.com/bradfitz/go-tool-cache and [or-shachar/go-tool-cache](https://github.com/or-shachar/go-tool-cache/commit/cc47faab56325a022ff59cd7277abbf99ff4f8ff).

0 commit comments

Comments
 (0)