aboutsummaryrefslogtreecommitdiffstats
path: root/git-bug.go
diff options
context:
space:
mode:
Diffstat (limited to 'git-bug.go')
-rw-r--r--git-bug.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-bug.go b/git-bug.go
new file mode 100644
index 00000000..e82fdf42
--- /dev/null
+++ b/git-bug.go
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello git !")
+}