Skip to content

Commit

Permalink
Rename import
Browse files Browse the repository at this point in the history
  • Loading branch information
mjjbell committed Jun 18, 2021
1 parent 6893d1f commit a2f4baf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go-osgb
============

[![GoDoc](https://godoc.org/github.com/fofanov/go-osgb?status.svg)](https://godoc.org/github.com/fofanov/go-osgb)
[![GoDoc](https://godoc.org/github.com/mjjbell/go-osgb?status.svg)](https://godoc.org/github.com/mjjbell/go-osgb)

A Go library for performing accurate conversions between OS National Grid and GPS coordinates. (More technically, coordinate transformations between the OSGB36/ODN and ETRS89 geodetic datums)

Expand All @@ -17,7 +17,7 @@ Features

Installation
------------
go get github.com/fofanov/go-osgb
go get github.com/mjjbell/go-osgb

Usage
------------
Expand All @@ -26,7 +26,7 @@ Converting from National Grid to GPS
import (
"log"

osgb "github.com/fofanov/go-osgb"
osgb "github.com/mjjbell/go-osgb"
)

func main() {
Expand All @@ -52,7 +52,7 @@ Converting from GPS to National Grid
import (
"log"

osgb "github.com/fofanov/go-osgb"
osgb "github.com/mjjbell/go-osgb"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion records.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"math"
"strconv"

"github.com/fofanov/go-osgb/internal/data"
"github.com/mjjbell/go-osgb/internal/data"
)

type record struct {
Expand Down

0 comments on commit a2f4baf

Please sign in to comment.