diff options
author | 2023-05-08 10:24:08 +0530 | |
---|---|---|
committer | 2023-05-07 21:54:08 -0700 | |
commit | eda20020c3391cf0a9aed04af1c349afbac66f90 (patch) | |
tree | 3eb11aceacf2e0681992761ae5f3e567a134a380 /handler_test.go | |
parent | 83efe3481a5c001ae37116e8a5b0240552fa6c04 (diff) | |
download | sally-eda20020c3391cf0a9aed04af1c349afbac66f90.tar.gz sally-eda20020c3391cf0a9aed04af1c349afbac66f90.tar.zst sally-eda20020c3391cf0a9aed04af1c349afbac66f90.zip |
Removing redundant go-source tag (#92)
* update: removing redundant go-source tag
* fix: removing /.idea and adding dir to gitignore
* fix: removing /.idea and removing branch field from from templateData
* fix: pkgHndler defaultBranch rem revert
* fix: minor typo
* fix: removing assertion of template responses
* fix: tabs
* Update handler_test.go
* Update handler_test.go
* Update handler_test.go
---------
Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com>
Diffstat (limited to 'handler_test.go')
-rw-r--r-- | handler_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/handler_test.go b/handler_test.go index 9cb84ff..370eb45 100644 --- a/handler_test.go +++ b/handler_test.go @@ -43,7 +43,6 @@ func TestPackageShouldExist(t *testing.T) { <html> <head> <meta name="go-import" content="go.uber.org/yarpc git https://github.com/yarpc/yarpc-go"> - <meta name="go-source" content="go.uber.org/yarpc https://github.com/yarpc/yarpc-go https://github.com/yarpc/yarpc-go/tree/master{/dir} https://github.com/yarpc/yarpc-go/tree/master{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uber.org/yarpc"> </head> <body> @@ -67,7 +66,6 @@ func TestTrailingSlash(t *testing.T) { <html> <head> <meta name="go-import" content="go.uber.org/yarpc git https://github.com/yarpc/yarpc-go"> - <meta name="go-source" content="go.uber.org/yarpc https://github.com/yarpc/yarpc-go https://github.com/yarpc/yarpc-go/tree/master{/dir} https://github.com/yarpc/yarpc-go/tree/master{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uber.org/yarpc/"> </head> <body> @@ -84,7 +82,6 @@ func TestDeepImports(t *testing.T) { <html> <head> <meta name="go-import" content="go.uber.org/yarpc git https://github.com/yarpc/yarpc-go"> - <meta name="go-source" content="go.uber.org/yarpc https://github.com/yarpc/yarpc-go https://github.com/yarpc/yarpc-go/tree/master{/dir} https://github.com/yarpc/yarpc-go/tree/master{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uber.org/yarpc/heeheehee"> </head> <body> @@ -99,7 +96,6 @@ func TestDeepImports(t *testing.T) { <html> <head> <meta name="go-import" content="go.uber.org/yarpc git https://github.com/yarpc/yarpc-go"> - <meta name="go-source" content="go.uber.org/yarpc https://github.com/yarpc/yarpc-go https://github.com/yarpc/yarpc-go/tree/master{/dir} https://github.com/yarpc/yarpc-go/tree/master{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uber.org/yarpc/heehee/hawhaw"> </head> <body> @@ -116,7 +112,6 @@ func TestPackageLevelURL(t *testing.T) { <html> <head> <meta name="go-import" content="go.uberalt.org/zap git https://github.com/uber-go/zap"> - <meta name="go-source" content="go.uberalt.org/zap https://github.com/uber-go/zap https://github.com/uber-go/zap/tree/master{/dir} https://github.com/uber-go/zap/tree/master{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.uberalt.org/zap"> </head> <body> |