Skip to content

Commit 82e5071

Browse files
committed
Fixed golang formiatting
1 parent c334625 commit 82e5071

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.DS_Store

Lines changed: 0 additions & 1 deletion
This file was deleted.

adapters/go.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
package main
33

44
import (
5-
"fmt"
6-
"os"
5+
"fmt"
6+
"os"
77
)
88

99
func main() {
10-
fmt.Println("Hello", os.Args[1])
11-
os.Exit(42)
10+
fmt.Println("Hello", os.Args[1])
11+
os.Exit(42)
1212
}
13+
1314
//Got you CBenni

0 commit comments

Comments
 (0)