Go vanity imports and routing for gopherly.dev.
This Cloudflare Worker handles go get gopherly.dev/<pkg> requests and
proxies browser traffic to the website.
Add an entry to PACKAGES in src/index.ts:
synthra: "https://github.com/gopherly/synthra",
newpkg: "https://github.com/gopherly/newpkg",
npm install
npm run dev
npm run deploy
Licensed under the Apache License 2.0.