Skip to content

Commit

Permalink
Renaming package
Browse files Browse the repository at this point in the history
  • Loading branch information
mjjbell committed Apr 27, 2017
1 parent 4f608bf commit 642f884
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// data/OSTN15_OSGM15_GB.txt
// DO NOT EDIT!

package transformation
package osgb

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion coordinates.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion ellipsoid.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion ellipsoid_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion helper_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion ostn02_osgm02_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"encoding/csv"
Expand Down
2 changes: 1 addition & 1 deletion ostn15_osgm15_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"encoding/csv"
Expand Down
2 changes: 1 addition & 1 deletion ostn_osgm_gb.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion projection.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"math"
Expand Down
2 changes: 1 addition & 1 deletion projection_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import "testing"

Expand Down
2 changes: 1 addition & 1 deletion records.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package transformation
package osgb

import (
"bytes"
Expand Down

0 comments on commit 642f884

Please sign in to comment.