summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-10 11:30:01 -0300
committerEuAndreh <eu@euandre.org>2024-08-10 14:41:23 -0300
commit7b7819f07a790ba5f2e3ca3c3a3a83ea0a8e4a6a (patch)
tree67a0697fcd2ff097725e19969b6602195791292c /src/main.go
parentgo.mod: Use "replace" for all (diff)
downloadwscat-7b7819f07a790ba5f2e3ca3c3a3a83ea0a8e4a6a.tar.gz
wscat-7b7819f07a790ba5f2e3ca3c3a3a83ea0a8e4a6a.tar.xz
Build with "go tool" AND import code from deps
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go
new file mode 100644
index 0000000..ddc8f19
--- /dev/null
+++ b/src/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "wscat"
+
+func main() {
+ wscat.Main()
+}