add importpath link

This commit is contained in:
Victor Vrantchan
2020-06-29 08:43:07 -04:00
parent 0a847bd9ce
commit 3b0e16d116

View File

@@ -14,6 +14,7 @@ import (
"github.com/aws/aws-lambda-go/lambda"
)
// See "go help importpath" or https://golang.org/cmd/go/#hdr-Remote_import_paths
var vanityTemplate = template.Must(template.New("vanity.html").Parse(`
<head>
<meta name="go-import" content="{{ .Permalink }} git {{ .Repo }}">