We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420f77a commit 307e0b8Copy full SHA for 307e0b8
main.go
@@ -840,12 +840,15 @@ func main() {
840
performance = append(performance, make([]string, 24)...)
841
}
842
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
+ avg[3] = inputMatch.Text
+ avg[2] = teamName
+ media[2] = teamName
+ performance[2] = teamName
+ avg[1] = teamName
+ media[1] = teamName
849
+ performance[1] = teamName //could use loop to reference mem addr
850
+ media[3] = inputMatch.Text
851
+ performance[3] = inputMatch.Text
852
//kTeamNumberVData[teamName[1]] = [][]string{avg, media}
853
//tcpa := []string{"Performance: "}
854
//tcpa = append(tcpa, teamName...)
0 commit comments