1
0
Fork 0
mirror of https://github.com/actions/setup-go synced 2024-11-15 01:52:40 +00:00
setup-go/lib/setup-go.js

5 lines
125 B
JavaScript
Raw Normal View History

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