Add tag for golang.

master
Icedream 2023-07-25 00:29:38 +02:00
parent ec4ae2b49d
commit dcc56b0cfb
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 5 additions and 0 deletions

View File

@ -109,3 +109,8 @@ done
if [ "$(ps aux | grep Xorg | wc -l)" -gt 1 ]; then
add_tag "xorg_running" "desktop"
fi
# go
if command -v go >/dev/null; then
add_tag "go"
fi