We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d22b60 commit 08459b7Copy full SHA for 08459b7
extensions/omniv21/fileformat/fixedlength/decl.go
@@ -13,7 +13,7 @@ type ByHeaderFooterDecl struct {
13
Footer string `json:"footer"`
14
}
15
16
-// EnvelopeDecl describes fixed-length envelope column settings for omniparser reader.
+// ColumnDecl describes fixed-length envelope column settings for omniparser reader.
17
type ColumnDecl struct {
18
Name string `json:"name"`
19
StartPos int `json:"start_pos"` // 1-based. and rune-based.
0 commit comments