summaryrefslogtreecommitdiff
path: root/chart.go
diff options
context:
space:
mode:
authorJinzhu <wosmvp@gmail.com>2017-11-16 11:07:39 +0800
committerJinzhu <wosmvp@gmail.com>2017-11-16 11:07:39 +0800
commit21214a514dd64bbcbb5a5e498d091a7b0e9eec9b (patch)
treefb3f4434da39b1ef57fd5f77d55171773f6b04c1 /chart.go
parent96b3e1ea74c2a28842c04891c8d6bd99e2fb3c86 (diff)
Rename import path to github.com/360EntSecGroup-Skylar/excelize
Diffstat (limited to 'chart.go')
-rw-r--r--chart.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart.go b/chart.go
index 9ddff9d..70e5e4b 100644
--- a/chart.go
+++ b/chart.go
@@ -105,7 +105,7 @@ func parseFormatChartSet(formatSet string) *formatChart {
// import (
// "fmt"
//
-// "github.com/xuri/excelize"
+// "github.com/360EntSecGroup-Skylar/excelize"
// )
//
// func main() {