summaryrefslogtreecommitdiff
path: root/go/cmd/hello-world/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/cmd/hello-world/main.go')
-rw-r--r--go/cmd/hello-world/main.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/go/cmd/hello-world/main.go b/go/cmd/hello-world/main.go
deleted file mode 100644
index 7e34983..0000000
--- a/go/cmd/hello-world/main.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package main
-
-import (
- "fmt"
-
- // Example import, just to see if govendor is working for us
- _ "gitlab.com/gitlab-org/gitaly-proto/go"
-)
-
-func main() {
- fmt.Println("Hello, world!")
-}