Skip to content

Commit

Permalink
gofmt readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
snaffi committed Sep 5, 2021
1 parent f8b0583 commit 0bc76f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -31,9 +31,10 @@ package main

import (
"fmt"
"github.com/oschwald/geoip2-golang"
"log"
"net"

"github.com/oschwald/geoip2-golang"
)

func main() {
Expand Down Expand Up @@ -64,6 +65,7 @@ func main() {
// Time zone: Europe/London
// Coordinates: 51.5142, -0.0931
}

```

## Testing ##
Expand Down

0 comments on commit 0bc76f6

Please sign in to comment.