Rename proxy-go/ directory to proxy/

Now that the web proxies are in a different repository, no need to
distinguish the two.
This commit is contained in:
Cecylia Bocovich 2020-04-16 10:02:11 -04:00
parent 3ff04c3c65
commit 20180dcb04
4 changed files with 3 additions and 3 deletions

View file

@ -108,9 +108,9 @@ abundance of ephemeral and short-lived (and special!) volunteer proxies...
##### -- Testing with Standalone Proxy -- ##### -- Testing with Standalone Proxy --
``` ```
cd proxy-go cd proxy
go build go build
./proxy-go ./proxy
``` ```
More documentation on the way. More documentation on the way.

View file

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