summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/go.py
blob: 1ecd429b19d946d16e55a22867dce2a7abc85607 (plain) (blame)
1
2
3
4
5
from unit.applications.lang.go import ApplicationGo


def check_go():
    return ApplicationGo.prepare_env('empty') is not None