Skip to content

Commit

Permalink
Merge pull request #78 from snaffi/fix/gofmt-readme-example
Browse files Browse the repository at this point in the history
gofmt readme example
  • Loading branch information
oschwald committed Mar 26, 2022
2 parents ac1b0cf + 0bc76f6 commit d9e8a6a
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 d9e8a6a

Please sign in to comment.