mirror of https://git.jolheiser.com/dotnix.git
fix: use path rather than uri for go imports
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
dc9244482f
commit
f969cd4ad0
|
@ -36,10 +36,10 @@
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
header Content-Type text/html
|
header Content-Type text/html
|
||||||
respond /* `<html><head>
|
respond /* `<html><head>
|
||||||
<meta name="go-import" content="go.jolheiser.com{uri} git https://git.jojodev.com/jolheiser{uri}.git">
|
<meta name="go-import" content="go.jolheiser.com{path} git https://git.jojodev.com/jolheiser{path}.git">
|
||||||
<meta http-equiv="refresh" content="3; url=https://pkg.go.dev/go.jolheiser.com{uri}" />
|
<meta http-equiv="refresh" content="3; url=https://pkg.go.dev/go.jolheiser.com{path}" />
|
||||||
</head><body>
|
</head><body>
|
||||||
Redirecting to <a href="https://pkg.go.dev/go.jolheiser.com{uri}">https://pkg.go.dev/go.jolheiser.com{uri}</a>
|
Redirecting to <a href="https://pkg.go.dev/go.jolheiser.com{path}">https://pkg.go.dev/go.jolheiser.com{path}</a>
|
||||||
</body></html>`
|
</body></html>`
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue