mirror of
https://github.com/Fishwaldo/huma.git
synced 2025-03-15 19:31:27 +00:00
doc: fix import path
This commit is contained in:
parent
35152e38d3
commit
3309da5e1b
1 changed files with 3 additions and 3 deletions
|
@ -57,9 +57,9 @@ package main
|
|||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/danielgtaylor/huma/v2"
|
||||
"github.com/danielgtaylor/huma/v2/cli"
|
||||
"github.com/danielgtaylor/huma/v2/responses"
|
||||
"github.com/danielgtaylor/huma"
|
||||
"github.com/danielgtaylor/huma/cli"
|
||||
"github.com/danielgtaylor/huma/responses"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue