Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerminsk authored Jan 17, 2024
1 parent 029e323 commit 6a5112a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ import (
"path/filepath"
)

type PlayerStats struct {
Player string
Centuries []int
}

func GetPlayer(text string) string {
player := strings.TrimSpace(text)
if strings.Contains(player, "[[") {
Expand Down

0 comments on commit 6a5112a

Please sign in to comment.