//
pkg.gl
Category
code.gitea.io/gitea
modules
csv
package
1.24.0-dev
Repository:
https://github.com/go-gitea/gitea.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
9
Dependents
2
Files
118 SLOC
#
Functions
CreateReader
CreateReader creates a csv.Reader with the given delimiter.
CreateReaderAndDetermineDelimiter
CreateReaderAndDetermineDelimiter tries to guess the field delimiter from the content and creates a csv.Reader.
FormatError
FormatError converts csv errors into readable messages.