Skip to content

Commit 19434bc

Browse files
committed
update readme
1 parent 27e8fe2 commit 19434bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ func main() {
5959

6060
func readFile(filePath string) string {
6161
content, err := ioutil.ReadFile(filePath)
62-
if err != nil {
63-
log.Fatal("Error reading file: ", err)
64-
}
62+
if err != nil {
63+
log.Fatal("Error reading file: ", err)
64+
}
6565

66-
return string(content)
66+
return string(content)
6767
}
6868
```
6969

0 commit comments

Comments
 (0)