Skip to content

Commit fd5d60d

Browse files
authored
docs: discontinue go113 example (#192)
1 parent 4fa9bc3 commit fd5d60d

File tree

10 files changed

+1
-160
lines changed

10 files changed

+1
-160
lines changed

examples/go113/README.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

examples/go113/go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/go113/go.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/go113/handler.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

examples/go113/mypackage/go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/go113/mypackage/go.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/go113/mypackage/handler.go

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/go113/package.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/go113/serverless.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

shared/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const path = require("path");
77
// COMPILED_RUNTIMES_PREFIXES is an array containing all runtimes
88
// that are considered as "compiled runtimes".
99
// If you fill this array with "go" it will match all runtimes that starts with "go".
10-
// For example "golang", "go113" matches this filter.
10+
// For example "golang", "go118" matches this filter.
1111
const COMPILED_RUNTIMES_PREFIXES = ["go", "rust"];
1212

1313
// RUNTIMES_EXTENSIONS serves two purposes :

0 commit comments

Comments
 (0)