summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2017-12-01 16:50:07 +0800
committerGitHub <noreply@github.com>2017-12-01 16:50:07 +0800
commit443695732ea878986db320b0b008070ed3f895a2 (patch)
tree8607d1f490a85f417db831854285ae103b66ff80 /README.md
parent76366fc1d9fe5d0a25d364c917597d4ac62f3b18 (diff)
parent21214a514dd64bbcbb5a5e498d091a7b0e9eec9b (diff)
Merge pull request #153 from jinzhu/master
Rename import path to github.com/360EntSecGroup-Skylar/excelize
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index abb842b..aa9dc9d 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/360EntSecGroup-Skylar/excelize.svg?branch=master)](https://travis-ci.org/360EntSecGroup-Skylar/excelize)
[![Code Coverage](https://codecov.io/gh/360EntSecGroup-Skylar/excelize/branch/master/graph/badge.svg)](https://codecov.io/gh/360EntSecGroup-Skylar/excelize)
-[![Go Report Card](https://goreportcard.com/badge/github.com/xuri/excelize)](https://goreportcard.com/report/github.com/xuri/excelize)
+[![Go Report Card](https://goreportcard.com/badge/github.com/360EntSecGroup-Skylar/excelize)](https://goreportcard.com/report/github.com/360EntSecGroup-Skylar/excelize)
[![GoDoc](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize?status.svg)](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize)
[![Licenses](https://img.shields.io/badge/license-bsd-orange.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](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() {