common

package
v0.0.0-...-1613caa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

This package contains common tools implemented by go.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LineColumnsCsvFile

func LineColumnsCsvFile(filePath string, startLineNo int, endLineNo int) (lineColumns [][]string, err error)

LineColumnsCsvFileFromLineNo return columns of line, line started from param lineNo. startLineNo start from 0. if endLineNo == -1 means last line.

func LinesCsvFile

func LinesCsvFile(filePath string, startLineNo int, endLinNo int) (lines []string, err error)

LinesCsvFileFromLineNo return string array contains csv lines, line started from param lineNo. startLineNo start from 0. if endLineNo == -1 means last line.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL