0
1
Fork 0
setup-go/lib/setup-go.js

5 lines
125 B
JavaScript
Raw Normal View History

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