[tor-commits] [snowflake/master] Rename proxy-go/ directory to proxy/

cohosh at torproject.org cohosh at torproject.org
Wed Apr 22 21:21:10 UTC 2020


commit 20180dcb041929c1ddd37106e6e74ff8c847f2ee
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Thu Apr 16 10:02:11 2020 -0400

    Rename proxy-go/ directory to proxy/
    
    Now that the web proxies are in a different repository, no need to
    distinguish the two.
---
 README.md                            | 4 ++--
 {proxy-go => proxy}/README.md        | 2 +-
 {proxy-go => proxy}/proxy-go_test.go | 0
 {proxy-go => proxy}/snowflake.go     | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7145248..d9be45b 100644
--- a/README.md
+++ b/README.md
@@ -108,9 +108,9 @@ abundance of ephemeral and short-lived (and special!) volunteer proxies...
 ##### -- Testing with Standalone Proxy --
 
 ```
-cd proxy-go
+cd proxy
 go build
-./proxy-go
+./proxy
 ```
 
 More documentation on the way.
diff --git a/proxy-go/README.md b/proxy/README.md
similarity index 80%
rename from proxy-go/README.md
rename to proxy/README.md
index 264fc4f..381e3e5 100644
--- a/proxy-go/README.md
+++ b/proxy/README.md
@@ -1,3 +1,3 @@
 This is a standalone (not browser-based) version of the Snowflake proxy.
 
-Usage: ./proxy-go
+Usage: ./proxy
diff --git a/proxy-go/proxy-go_test.go b/proxy/proxy-go_test.go
similarity index 100%
rename from proxy-go/proxy-go_test.go
rename to proxy/proxy-go_test.go
diff --git a/proxy-go/snowflake.go b/proxy/snowflake.go
similarity index 100%
rename from proxy-go/snowflake.go
rename to proxy/snowflake.go





More information about the tor-commits mailing list