diff options
author | xuri <xuri.me@gmail.com> | 2019-04-30 18:39:27 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-05-02 15:57:47 +0800 |
commit | b1f632d4084130628f10906ff6a7bb55022e4c08 (patch) | |
tree | b1828b143ca622f3838e758d22b820a002508008 /chart.go | |
parent | 01a418bda8502890e89ab20a2b41220372877bae (diff) |
Resolve #393, upgrade Go module to v2
Diffstat (limited to 'chart.go')
-rw-r--r-- | chart.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) { // import ( // "fmt" // -// "github.com/360EntSecGroup-Skylar/excelize" +// "github.com/360EntSecGroup-Skylar/excelize/v2" // ) // // func main() { |