summaryrefslogtreecommitdiff
path: root/gateway/main.go
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-08-06 19:02:40 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-08-06 19:02:40 +0400
commitf68cb4a01dd970036730571f4f3e5b779e455c5b (patch)
treebefe48e7074319745c82f75c70119330a6b58aa0 /gateway/main.go
parentd56f464e28e7fd701c7831a4db493ffab23464ac (diff)
fix the bazel workspace
Diffstat (limited to 'gateway/main.go')
-rw-r--r--gateway/main.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/gateway/main.go b/gateway/main.go
index 39d1e52..3951294 100644
--- a/gateway/main.go
+++ b/gateway/main.go
@@ -1,7 +1,7 @@
-package main
-
-import "fmt"
-
-func main() {
- fmt.Println("Salut!")
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Salut!")
} \ No newline at end of file