Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
jpambrun authored Feb 4, 2023
1 parent 8a73bda commit cd13f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

var (
archRe = regexp.MustCompile(`(arm64|arm|386|amd64|32|64|x86_64|aarch64)`)
archRe = regexp.MustCompile(`(arm64|arm|386|amd64|x86_64|aarch64|32|64)`)
fileExtRe = regexp.MustCompile(`(\.[a-z][a-z0-9]+)+$`)
posixOSRe = regexp.MustCompile(`(darwin|linux|(net|free|open)bsd|mac|osx|windows|win)`)
checksumRe = regexp.MustCompile(`(checksums|sha256sums)`)
Expand Down

0 comments on commit cd13f63

Please sign in to comment.