further grammar changes and polish
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-12 22:01:30 -06:00
parent 41a9ef1bfc
commit b4c90e7db7
4 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
To reduce duplication in update management for local arch linux systems I built a sparse caching server. It reduces external traffic in a local network that has multiple arch linux systems. By replicating the structure of a full mirror it provides a drop in replacement for any standard mirror. Clients use this server transparently by adding it to their mirror list. Configuration is done with TOML which mimics the syntax of pacman.conf closely. Singleflight is used for preventing duplicate cache downloads if multiple clients are updating at the same time.
Go, golang.org/x/sync/Singleflight, github.com/BurntSushi/toml, GitHub Actions
Go, golang.org/x/sync/singleflight, github.com/BurntSushi/toml, GitHub Actions
**resume-builder** - [https://github.com/ewpt3ch/resume-builder](https://github.com/ewpt3ch/resume-builder)