Skip to content

Commit

Permalink
Move module to maragu.dev/httph (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswustenberg authored Sep 5, 2024
1 parent f0155d3 commit 0239dad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@

HTTP helpers and middleware. H is for helpful!

```shell
go get maragu.dev/httph
```

Made in 🇩🇰 by [maragu](https://www.maragu.dk/), maker of [online Go courses](https://www.golang.dk/).
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/maragudk/httph
module maragu.dev/httph

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion httph_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/maragudk/is"

"github.com/maragudk/httph"
"maragu.dev/httph"
)

type validatedFormReq struct{}
Expand Down

0 comments on commit 0239dad

Please sign in to comment.