-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Go module support for cors and authn (#124)
Add the plumbing required to resolve the connectrpc.com/authn and connectrpc.com/cors import paths (proposed and approved in #123).
- Loading branch information
1 parent
9832b88
commit 33ddf51
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta | ||
name="go-import" | ||
content="connectrpc.com/authn git https://github.com/connectrpc/authn-go" | ||
/> | ||
<meta | ||
http-equiv="refresh" | ||
content="0; url=https://pkg.go.dev/connectrpc.com/authn" | ||
/> | ||
</head> | ||
<body> | ||
API documentation for <code>connectrpc.com/authn</code> is on | ||
<a href="https://pkg.go.dev/connectrpc.com/authn">pkg.go.dev</a>. | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta | ||
name="go-import" | ||
content="connectrpc.com/cors git https://github.com/connectrpc/cors-go" | ||
/> | ||
<meta | ||
http-equiv="refresh" | ||
content="0; url=https://pkg.go.dev/connectrpc.com/cors" | ||
/> | ||
</head> | ||
<body> | ||
API documentation for <code>connectrpc.com/cors</code> is on | ||
<a href="https://pkg.go.dev/connectrpc.com/cors">pkg.go.dev</a>. | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters