Skip to content

Commit 307e0b8

Browse files
committed
pls
1 parent 420f77a commit 307e0b8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

main.go

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -840,12 +840,15 @@ func main() {
840840
performance = append(performance, make([]string, 24)...)
841841
}
842842

843-
avg[4] = inputMatch.Text
844-
avg[3] = teamName
845-
media[3] = teamName
846-
performance[3] = teamName
847-
media[4] = inputMatch.Text
848-
performance[4] = inputMatch.Text
843+
avg[3] = inputMatch.Text
844+
avg[2] = teamName
845+
media[2] = teamName
846+
performance[2] = teamName
847+
avg[1] = teamName
848+
media[1] = teamName
849+
performance[1] = teamName //could use loop to reference mem addr
850+
media[3] = inputMatch.Text
851+
performance[3] = inputMatch.Text
849852
//kTeamNumberVData[teamName[1]] = [][]string{avg, media}
850853
//tcpa := []string{"Performance: "}
851854
//tcpa = append(tcpa, teamName...)

0 commit comments

Comments
 (0)