mirror of
https://github.com/Fishwaldo/huma.git
synced 2025-03-15 11:21:42 +00:00
docs: recommend some common package folders, too
This commit is contained in:
parent
7c58998dea
commit
950ab0eb22
1 changed files with 7 additions and 1 deletions
|
@ -115,7 +115,13 @@ See the examples directory for more complete examples.
|
|||
```sh
|
||||
# after: go mod init ...
|
||||
go get -u github.com/danielgtaylor/huma@latest
|
||||
# now try: import "github.com/danielgtaylor/huma"
|
||||
|
||||
# and to taste:
|
||||
go get -u github.com/danielgtaylor/huma/cli
|
||||
go get -u github.com/danielgtaylor/huma/humatest
|
||||
go get -u github.com/danielgtaylor/huma/middleware
|
||||
go get -u github.com/danielgtaylor/huma/responses
|
||||
# for example
|
||||
```
|
||||
|
||||
# Documentation
|
||||
|
|
Loading…
Add table
Reference in a new issue