Skip to content

Commit

Permalink
Merge pull request #744 from phux/go_serviceruntime
Browse files Browse the repository at this point in the history
feat: add go to supported runtimes
  • Loading branch information
dnalborczyk committed Jul 16, 2019
2 parents 9bbd4b0 + 94dbc67 commit 6cc29fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ServerlessOffline.js
Expand Up @@ -380,7 +380,8 @@ module.exports = class ServerlessOffline {
!(
serviceRuntime.startsWith('nodejs') ||
serviceRuntime.startsWith('python') ||
serviceRuntime.startsWith('ruby')
serviceRuntime.startsWith('ruby') ||
serviceRuntime.startsWith('go')
)
) {
this.printBlankLine();
Expand Down

0 comments on commit 6cc29fd

Please sign in to comment.