diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 16:29:00 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-07-18 16:29:00 +0100 |
commit | 2ea830f3e6511e0ebf56ab6dca7f5f90edb88f1c (patch) | |
tree | c65df04c0be35c24bd2a2b59e1cc7eeaa334d04f | |
parent | 2d2c651d75bfbd7464577bccbd66c647b164451d (diff) |
renamed github repo name
-rw-r--r-- | reader/reader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reader/reader.go b/reader/reader.go index b28f3e4..0aa477f 100644 --- a/reader/reader.go +++ b/reader/reader.go @@ -10,8 +10,8 @@ import ( "path/filepath" "strings" - "github.com/hammerheadlemon/coords" "github.com/tealeg/xlsx" + "github.com/yulqen/coords" ) type ( |