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
2020-02-09 00:21:39 -05:00

5 lines
125 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const main_1 = require("./main");
main_1.run();