diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-08-06 19:02:40 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-08-06 19:02:40 +0400 |
| commit | f68cb4a01dd970036730571f4f3e5b779e455c5b (patch) | |
| tree | befe48e7074319745c82f75c70119330a6b58aa0 /gateway/main.go | |
| parent | d56f464e28e7fd701c7831a4db493ffab23464ac (diff) | |
fix the bazel workspace
Diffstat (limited to 'gateway/main.go')
| -rw-r--r-- | gateway/main.go | 12 |
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 |
