summaryrefslogtreecommitdiff
path: root/webhook/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'webhook/main.go')
-rw-r--r--webhook/main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/webhook/main.go b/webhook/main.go
deleted file mode 100644
index 750d231..0000000
--- a/webhook/main.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package main
-
-import "fmt"
-
-func main() {
- fmt.Println("Helle world, webhook!")
- fmt.Println("In the future, this will be used to receive http based events")
-}