summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.go (renamed from src/cmd/main.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/main.go b/src/main.go
index e6ae309..ddc8f19 100644
--- a/src/cmd/main.go
+++ b/src/main.go
@@ -1,6 +1,6 @@
package main
-import "euandre.org/wscat/src"
+import "wscat"
func main() {
wscat.Main()