1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-03-14 21:56:57 +01:00
setup-go/lib/setup-go.js

5 lines
125 B
JavaScript
Raw Normal View History

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