Skip to content

Commit 01bd8e1

Browse files
committed
Update Readme
1 parent d755d79 commit 01bd8e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ import (
8080
)
8181

8282
func main() {
83-
lic, _ := NewLicense()
84-
lic.SetLicense_String(os.Getenv("LicensePath"))
83+
lic, _ := NewLicense()
84+
lic.SetLicense_String(os.Getenv("LicensePath"))
8585
workbook, _ := NewWorkbook()
8686
worksheets, _ := workbook.GetWorksheets()
8787
worksheet, _ := worksheets.Get_Int(0)
@@ -106,7 +106,7 @@ import (
106106
)
107107

108108
func main() {
109-
workbook, _ := NewWorkbook()
109+
workbook, _ := NewWorkbook()
110110
worksheets, _ := workbook.GetWorksheets()
111111
worksheet, _ := worksheets.Get_Int(0)
112112
cells, _ := worksheet.GetCells()

0 commit comments

Comments
 (0)