summaryrefslogtreecommitdiff
path: root/transports
diff options
context:
space:
mode:
authorBluesaxorcist <joshua@operatorfoundation.org>2019-08-16 13:12:25 -0500
committerBluesaxorcist <joshua@operatorfoundation.org>2019-08-16 13:12:25 -0500
commitdff11fe75c6d66ca673fd4cb91b9d62674df4750 (patch)
treea278b01c6e1f6c6e223d37f05d4e8f29ecd24f4f /transports
parentadef45bb1ef64a4ac57a9ed503b51da4a621e51c (diff)
commented out an unusable import
Diffstat (limited to 'transports')
-rw-r--r--transports/transports.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transports/transports.go b/transports/transports.go
index cf8fdc7..e435423 100644
--- a/transports/transports.go
+++ b/transports/transports.go
@@ -31,5 +31,5 @@ package transports
// Transports returns the list of registered transport protocols.
func Transports() []string {
- return []string{"obfs2", "shadow", "obfs4"}
+ return []string{"obfs2", "shadow", "obfs4", "Optimizer"}
}