diff --git a/app/config/functionTemplates.php b/app/config/functionTemplates.php index d3ac7a2df7..e00db3e44e 100644 --- a/app/config/functionTemplates.php +++ b/app/config/functionTemplates.php @@ -74,7 +74,7 @@ return [ ), ...getRuntimes(TEMPLATE_RUNTIMES['DART'], 'dart pub get', 'lib/main.dart', 'dart/starter'), ...getRuntimes(TEMPLATE_RUNTIMES['BUN'], 'bun install', 'src/main.ts', 'bun/starter'), - ...getRuntimes(TEMPLATE_RUNTIMES['GO'], 'go get', 'main.go', 'go/starter') + ...getRuntimes(TEMPLATE_RUNTIMES['GO'], '', 'main.go', 'go/starter') ], 'instructions' => 'For documentation and instructions check out file.', 'vcsProvider' => 'github', @@ -415,7 +415,7 @@ return [ ), ...getRuntimes( TEMPLATE_RUNTIMES['GO'], - 'go get', + '', 'main.go', 'go/discord-command-bot' )