mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-13 06:48:43 -04:00
parent
e925b8f1ea
commit
778888a6f5
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@ log_crit() {
|
|||
uname_os() {
|
||||
os=$(uname -s | tr '[:upper:]' '[:lower:]')
|
||||
case "$os" in
|
||||
msys_nt) os="windows" ;;
|
||||
msys_nt*) os="windows" ;;
|
||||
mingw*) os="windows" ;;
|
||||
esac
|
||||
echo "$os"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue