diff options
author | Jinzhu <wosmvp@gmail.com> | 2017-11-16 11:07:39 +0800 |
---|---|---|
committer | Jinzhu <wosmvp@gmail.com> | 2017-11-16 11:07:39 +0800 |
commit | 21214a514dd64bbcbb5a5e498d091a7b0e9eec9b (patch) | |
tree | fb3f4434da39b1ef57fd5f77d55171773f6b04c1 /README.md | |
parent | 96b3e1ea74c2a28842c04891c8d6bd99e2fb3c86 (diff) |
Rename import path to github.com/360EntSecGroup-Skylar/excelize
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,7 +4,7 @@ [](https://travis-ci.org/360EntSecGroup-Skylar/excelize) [](https://codecov.io/gh/360EntSecGroup-Skylar/excelize) -[](https://goreportcard.com/report/github.com/xuri/excelize) +[](https://goreportcard.com/report/github.com/360EntSecGroup-Skylar/excelize) [](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize) [](https://opensource.org/licenses/BSD-3-Clause) [](https://www.paypal.me/xuri) @@ -18,7 +18,7 @@ Excelize is a library written in pure Golang and providing a set of functions th ### Installation ```go -go get github.com/xuri/excelize +go get github.com/360EntSecGroup-Skylar/excelize ``` ### Create XLSX file @@ -31,7 +31,7 @@ package main import ( "fmt" - "github.com/xuri/excelize" + "github.com/360EntSecGroup-Skylar/excelize" ) func main() { @@ -61,7 +61,7 @@ package main import ( "fmt" - "github.com/xuri/excelize" + "github.com/360EntSecGroup-Skylar/excelize" ) func main() { @@ -97,7 +97,7 @@ package main import ( "fmt" - "github.com/xuri/excelize" + "github.com/360EntSecGroup-Skylar/excelize" ) func main() { @@ -130,7 +130,7 @@ import ( _ "image/jpeg" _ "image/png" - "github.com/xuri/excelize" + "github.com/360EntSecGroup-Skylar/excelize" ) func main() { |