import sys

sys.path.append("./senior-ci")

from go.module.ci import GolangLibsCI

go_libs_ci = GolangLibsCI(sys.argv[1:])
go_libs_ci.exec_ci()
