Skip to content

Commit

Permalink
don't override func-go
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Aug 3, 2023
1 parent 6228662 commit 711bd18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions golang/func-go.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/runtime git https://github.com/knative-extensions/func-go">
<meta name="go-source" content="knative.dev/runtime https://github.com/knative-extensions/func-go https://github.com/knative-extensions/func-go/tree/main{/dir} https://github.com/knative-extensions/func-go/blob/main{/dir}/{file}#L{line}">
<meta name="go-import" content="knative.dev/func-go git https://github.com/knative-extensions/func-go">
<meta name="go-source" content="knative.dev/func-go https://github.com/knative-extensions/func-go https://github.com/knative-extensions/func-go/tree/main{/dir} https://github.com/knative-extensions/func-go/blob/main{/dir}/{file}#L{line}">
</head></html>
2 changes: 1 addition & 1 deletion tools/redir-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
redirectingGoRepos = []string{"pkg", "serving", "security-guard"}

repoToModule = map[string]string{
"func-go": "runtime",
"func-go": "func-go",
}
)

Expand Down

0 comments on commit 711bd18

Please sign in to comment.