Skip to content

Commit 0bc76f6

Browse files
committed
gofmt readme example
1 parent f8b0583 commit 0bc76f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ package main
3131

3232
import (
3333
"fmt"
34-
"github.com/oschwald/geoip2-golang"
3534
"log"
3635
"net"
36+
37+
"github.com/oschwald/geoip2-golang"
3738
)
3839

3940
func main() {
@@ -64,6 +65,7 @@ func main() {
6465
// Time zone: Europe/London
6566
// Coordinates: 51.5142, -0.0931
6667
}
68+
6769
```
6870

6971
## Testing ##

0 commit comments

Comments
 (0)