diff options
author | EuAndreh <eu@euandre.org> | 2024-08-10 11:30:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-10 14:41:23 -0300 |
commit | 7b7819f07a790ba5f2e3ca3c3a3a83ea0a8e4a6a (patch) | |
tree | 67a0697fcd2ff097725e19969b6602195791292c /src/main.go | |
parent | go.mod: Use "replace" for all (diff) | |
download | wscat-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.go | 7 |
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() +} |