|
|
@ -59,8 +59,8 @@ func ExampleSprintColumnTitles() {
|
|
|
|
out := SprintColumnTitles()
|
|
|
|
out := SprintColumnTitles()
|
|
|
|
fmt.Print(out)
|
|
|
|
fmt.Print(out)
|
|
|
|
//Output:
|
|
|
|
//Output:
|
|
|
|
//Date Time Band Mode Call Sent Rcvd Notes
|
|
|
|
//Date Time Band Mode Call Sent Rcvd Notes
|
|
|
|
//---- ---- ---- ---- ---- ---- ---- ----
|
|
|
|
//---- ---- ---- ---- ---- ---- ---- ----
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func ExampleSprintLogRecord() {
|
|
|
|
func ExampleSprintLogRecord() {
|
|
|
@ -158,7 +158,7 @@ func TestSprintLogInColumn(t *testing.T) {
|
|
|
|
SOTA: "sota",
|
|
|
|
SOTA: "sota",
|
|
|
|
WWFF: "wwff"},
|
|
|
|
WWFF: "wwff"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"date time band mode call rstSent rstRcvd QRG: frequency [comment] [qslMessage] omName gridLoc wwff sota \n",
|
|
|
|
"date time band mode call rstSent rstRcvd QRG: frequency [comment] [qslMessage] omName gridLoc wwff sota \n",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"Minimal",
|
|
|
|
"Minimal",
|
|
|
@ -180,7 +180,7 @@ func TestSprintLogInColumn(t *testing.T) {
|
|
|
|
RSTsent: "rstSent",
|
|
|
|
RSTsent: "rstSent",
|
|
|
|
RSTrcvd: "rstRcvd"},
|
|
|
|
RSTrcvd: "rstRcvd"},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"date time band mode call rstSent rstRcvd \n",
|
|
|
|
"date time band mode call rstSent rstRcvd \n",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
for _, tt := range tests {
|
|
|
|
for _, tt := range tests {
|
|
|
|