1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

Add Go templates

This commit is contained in:
Khushboo Verma 2024-07-19 18:24:59 +05:30
parent 6af886687e
commit 14589a11c0

View file

@ -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 <a target="_blank" rel="noopener noreferrer" class="link" href="https://github.com/appwrite/templates/tree/main/node/starter">file</a>.',
'vcsProvider' => 'github',
@ -415,7 +415,7 @@ return [
),
...getRuntimes(
TEMPLATE_RUNTIMES['GO'],
'go get',
'',
'main.go',
'go/discord-command-bot'
)