2
0
mirror of https://gitea.com/actions/setup-go.git synced 2025-02-23 20:20:34 +07:00
setup-go/lib/setup-go.js

5 lines
125 B
JavaScript
Raw Normal View History

2019-06-19 20:44:17 +07:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
2020-02-09 12:21:39 +07:00
const main_1 = require("./main");
main_1.run();