Minimal README for proxy-go.

This commit is contained in:
David Fifield 2017-05-04 01:18:19 -07:00
parent 4b5794c935
commit 62f50b29b2
2 changed files with 11 additions and 0 deletions

View file

@ -140,6 +140,14 @@ abundance of ephemeral and short-lived (and special!) volunteer proxies...
### Appendix ### Appendix
##### -- Testing with Standalone Proxy --
```
cd proxy-go
go build
./proxy-go
```
##### -- Testing Copy-Paste Via Browser Proxy -- ##### -- Testing Copy-Paste Via Browser Proxy --
Open a browser proxy, passing the `manual` parameter; e.g. Open a browser proxy, passing the `manual` parameter; e.g.

3
proxy-go/README.md Normal file
View file

@ -0,0 +1,3 @@
This is a standalone (not browser-based) version of the Snowflake proxy.
Usage: ./proxy-go