summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2023-07-29 12:26:23 -0700
committerMike Crute <mike@crute.us>2023-07-29 12:26:23 -0700
commit6d867608837f879be2eb934d034f49359f973c84 (patch)
tree5c35ec4d145d95e5a8b52b4fd778a9c906827e31 /main.go
parent4e995f9e6c3adc43a361b6fa9b976d25378f1594 (diff)
downloadwebsocket_proxy-6d867608837f879be2eb934d034f49359f973c84.tar.bz2
websocket_proxy-6d867608837f879be2eb934d034f49359f973c84.tar.xz
websocket_proxy-6d867608837f879be2eb934d034f49359f973c84.zip
Allow building standalone client
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 3306a94..70d0f48 100644
--- a/main.go
+++ b/main.go
@@ -1,3 +1,5 @@
1//go:build !clientonly
2
1package main 3package main
2 4
3import ( 5import (