Skip to content

Commit

Permalink
pages: enable go install hauler.dev/go/hauler (#310)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dweomer authored Aug 26, 2024
1 parent 1a6ce42 commit 51fe531
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/go/hauler/index.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 51fe531

Please sign in to comment.