mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-23 19:11:38 +01:00
added missing header for *SV types
Signed-off-by: Andreas Ulm <andreas.ulm@root360.de>
This commit is contained in:
parent
0cd7ba04b8
commit
2d39855850
@ -67,6 +67,7 @@ func OutputDsv(headers []string, values [][]string, delimiterOpt ...string) {
|
||||
if len(delimiterOpt) > 0 {
|
||||
delimiter = delimiterOpt[0]
|
||||
}
|
||||
fmt.Println("\""+strings.Join(headers, "\""+delimiter+"\"")+"\"")
|
||||
for _, value := range values {
|
||||
fmt.Printf("\"")
|
||||
fmt.Printf(strings.Join(value, "\""+delimiter+"\""))
|
||||
|
Loading…
Reference in New Issue
Block a user