docs: recommend some common package folders, too

This commit is contained in:
Tor E Hagemann 2022-06-25 17:00:21 -07:00 committed by GitHub
parent 7c58998dea
commit 950ab0eb22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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