summaryrefslogtreecommitdiff
path: root/src/cmd/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-07-24 16:28:14 -0300
committerEuAndreh <eu@euandre.org>2024-07-25 06:19:32 -0300
commit1dae188a72b9b3bed93c1bd8fd95890e02e57b2a (patch)
tree345ef96f5e4b7233173d381737ae0d7bb0a3c738 /src/cmd/main.go
parentInitial empty commit (diff)
downloadwscat-1dae188a72b9b3bed93c1bd8fd95890e02e57b2a.tar.gz
wscat-1dae188a72b9b3bed93c1bd8fd95890e02e57b2a.tar.xz
Initial implementation
Diffstat (limited to 'src/cmd/main.go')
-rw-r--r--src/cmd/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd/main.go b/src/cmd/main.go
new file mode 100644
index 0000000..e6ae309
--- /dev/null
+++ b/src/cmd/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "euandre.org/wscat/src"
+
+func main() {
+ wscat.Main()
+}