7 lines
153 B
Python
7 lines
153 B
Python
from unit.applications.lang.go import TestApplicationGo
|
|
|
|
|
|
def check_go():
|
|
if TestApplicationGo.prepare_env('empty') is not None:
|
|
return True
|