1
0
mirror of https://github.com/antos-rde/antosdk-apps.git synced 2025-02-23 11:42:47 +01:00

8 lines
331 B
JavaScript
Raw Normal View History

2021-04-21 11:37:58 +02:00
; (function() {
ace.require(["ace/snippets/golang"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();