Skip to content

Commit

Permalink
Comments style changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed Sep 13, 2018
1 parent 13a9769 commit 3e004d9
Show file tree
Hide file tree
Showing 32 changed files with 33 additions and 5 deletions.
1 change: 1 addition & 0 deletions cell.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions col.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions datavalidation.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions datavalidation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "testing"
Expand Down
1 change: 1 addition & 0 deletions date.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
2 changes: 2 additions & 0 deletions excelize.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.
//
// See https://xuri.me/excelize for more information about this package.
package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions file.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
6 changes: 1 addition & 5 deletions hsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Package excelize providing a set of functions that allow you to write to
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions picture.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions rows.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions shape.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions sheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions sheetpr.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

// SheetPrOption is an option of a view of a worksheet. See SetSheetPrOptions().
Expand Down
1 change: 1 addition & 0 deletions sheetview.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "fmt"
Expand Down
1 change: 1 addition & 0 deletions styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions table.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import (
Expand Down
1 change: 1 addition & 0 deletions templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//
// This file contains default templates for XML files we don't yet populated
// based on content.

package excelize

// XMLHeader define an XML declaration can also contain a standalone declaration.
Expand Down
1 change: 1 addition & 0 deletions vmlDrawing.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlChart.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlComments.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlContentTypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlDecodeDrawing.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlDrawing.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlSharedStrings.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlStyles.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlTable.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlTheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlWorkbook.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down
1 change: 1 addition & 0 deletions xmlWorksheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// and read from XLSX files. Support reads and writes XLSX file generated by
// Microsoft Excel™ 2007 and later. Support save file without losing original
// charts of XLSX. This library needs Go version 1.8 or later.

package excelize

import "encoding/xml"
Expand Down

0 comments on commit 3e004d9

Please sign in to comment.