diff options
Diffstat (limited to 'internal/api/params.go')
| -rw-r--r-- | internal/api/params.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/api/params.go b/internal/api/params.go index 9b01e7be..e126fb2a 100644 --- a/internal/api/params.go +++ b/internal/api/params.go @@ -25,7 +25,7 @@ type PackageParams struct { GOOS string `form:"goos"` GOARCH string `form:"goarch"` Doc string `form:"doc"` - Examples bool `form:"examples"` + Imports bool `form:"imports"` Licenses bool `form:"licenses"` } @@ -36,7 +36,6 @@ type SymbolsParams struct { GOOS string `form:"goos"` GOARCH string `form:"goarch"` ListParams - Examples bool `form:"examples"` } // ImportedByParams are query parameters for /v1/imported-by/{path}. |
