Skip to content
Snippets Groups Projects
Unverified Commit e9657d88 authored by Steven Buss's avatar Steven Buss Committed by GitHub
Browse files

Add support for stable Func keys in App Engine second gen (#184)

Func keys include the filename where the Func is created. The filename is parsed according to these rules:

* Paths in package main are shortened to just the file name (github.com/foo/foo.go -> foo.go)
* Paths are stripped to just package paths (/go/src/github.com/foo/bar.go -> github.com/foo/bar.go)
* Module versions are stripped (/go/pkg/mod/github.com/foo/bar@v0.0.0-20181026220418-f595d03440dc/baz.go -> github.com/foo/bar/baz.go)
parent a37df138
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment