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


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