mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 09:59:50 +00:00
pages: enable go install hauler.dev/go/hauler (#310)
should fix: ``` go install hauler.dev/go/hauler@latest go: hauler.dev/go/hauler@latest: unrecognized import path "hauler.dev/go/hauler": reading https://hauler.dev/go/hauler?go-get=1: 404 Not Found ``` Signed-off-by: Jacob Blain Christen <dweomer5@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1a6ce4290f
commit
51fe531c64
9
static/go/hauler/index.html
Normal file
9
static/go/hauler/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="go-import" content="hauler.dev/go/hauler git https://github.com/hauler-dev/hauler">
|
||||
<meta http-equiv="refresh" content="0;URL='https://docs.hauler.dev/docs/intro'">
|
||||
</head>
|
||||
<body>
|
||||
Redirecting you to the <a href="https://docs.hauler.dev/docs/intro">hauler docs</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user