refactor(vault): Phase 2 — root directory cleanup and clipper migration

- Remove dead services: .scripts/memory/, compose.yml, initdb/, specs/
- Remove root散件: package-lock.json, install.sh, LICENSE, FIRST_RUN,
  .failed_images.txt, .upgrade-checklist.md, 未命名*.md, Untitled Kanban.md
- Move chinese-to-english-mapping.csv → .scripts/
- Migrate 00_Inbox/Clippings/ → 04_Archive/Inbox-Clippings/
- Fix self-nesting bug: 2024/11/2023/ → 2023/ (73 files relocated)
- Fix verifier false-positive on its own regex patterns
This commit is contained in:
windyboy
2026-09-26 11:34:50 +08:00
parent 652bdbc364
commit aff829a1e2
121 changed files with 2 additions and 24924 deletions
@@ -0,0 +1,49 @@
---
page-title: "GOPROXY.IO - A Global Proxy for Go Modules"
url: https://goproxy.io/
date: "2025-01-10 12:18:47"
---
> $env:GOPROXY \= "https://goproxy.io,direct"
---
**Bash (Linux or macOS)**
```
# Set the GOPROXY environment variable
export GOPROXY=https://goproxy.io,direct
# Set environment variable allow bypassing the proxy for specified repos (optional)
export GOPRIVATE=git.mycompany.com,github.com/my/private
```
**PowerShell (Windows)**
```
# Set the GOPROXY environment variable
$env:GOPROXY = "https://goproxy.io,direct"
# Set environment variable allow bypassing the proxy for specified repos (optional)
$env:GOPRIVATE = "git.mycompany.com,github.com/my/private"
```
Now, when you build your applications, `Go` will fetch dependencies via goproxy.io. You can also permanently export the `GOPROXY` environment in `~/.bashrc` or `~/.profile` file. If Go version < 1.13, we recommend you [update to the latest version](https://go.dev/dl/). See more information in the [documention](https://goproxy.io/docs/getting-started.html).
#### Fast
Global proxy servers, including Las Vegas, Hong Kong etc.
#### Reliable
Enterprise monitor and alert system. Promise 99.99% uptime SLA.
#### Open Source
One of most active go modules proxy projects.
#### Checksum Database
Support sum.golang.org proxy.
### Who are using goproxy.io
![Users map](https://goproxy.io/static/users-map-59a5d8b4e61b86b58eb90f3fe88024de.svg)